Version 1.0.3 February 11, 2011
Included in this release: 3 new features, 15 resolved issues, and 154 open issues.
git clone git://github.com/facebook/three20.gitgit checkout 1.0.3New Features Since v1.0a2
TTTableViewNetworkEnabledDelegate - TTTableViewNetworkEnabledDelegate provides support for both drag refresh and the new infinite scroll footer. You can choose to enable either, both or neither of these features when you instantiate the delegate.
TTTableFooterInfiniteScrollView - TTTableNetworkEnabledTableViewController protocol, which allows TableViewControllers to specify when infinite scroll loading should occur based on a scroll ratio by implementing shouldLoadAtScrollRatio:
The ttmodule.py script for adding Three20 to your applications now automatically adds Three20
configuration settings to every configuration in your project if you don't explicitly state
which configuration to modify. This reduces the script to
ttmodule.py -p path/to/myApp/myApp.xcodeproj Three20 in its simplest use.