Version 1.0.5 March 10, 2011

Included in this release: 1 new feature, and 10 resolved issues. People involved in this release.

Compare 1.0.4.1 to 1.0.5 on GitHub.

New Features Since 1.0.4.1

Xcode 4 is now officially supported by Three20. Please read more about our Xcode 4 support by reading the following article: Xcode 4 Transition Guide.

Resolved Issues Since 1.0.4.1

TTTableViewController crash when inserting/deleting items in the underlying model while the table view is not onscreen. Fixed by mmorearty.

Patch for an issue reported in this discussion: If you have a TTTableSubtextItem in a table that has the "grouped" style, the height of the TTTableSubtextItem is calculated incorrectly. Fixed by mmorearty.

Fixed by vguerci.

Fixed by echamberlain.

Fixed by echamberlain.

Fixed by diederich.

Before this change, TTBaseViewController was hardcoded to set the statusBarStyle to UIStatusBarStyleDefault. This meant that an application had to change the UIStatusBarStyle in the info.plist file and in every subclass of TTBaseViewController.

With this change, the application only needs to set the UIStatusBarStyle in the info.plist and all view will use the setting, unless explicitly overridden. Fixed by echamberlain.

Fixed by jverkoey.

Fixed by jwang.

Fixed by jverkoey.

People involved in this release

Eric Chamberlain
Stephan Diederich
Vincent Guerci
Tony Lewis
Mike Morearty
Jeff Verkoeyen
John Wang