I populated data in my TTTableViewController with subclass of TTSectionedDataSource filled with TTTableTextItem.
I\'m using TTLauncherView as a sort of home screen for my app and I only have one page\'s worth of icons. How can I make it so the TTLauncherView won\'t let you drag icons to \"the next page\"? I want
I can\'t seem to get my TTWebController to autorotate. My UITabBar subclass responds to shouldAutorotateToInterfaceOrientation on all my views except for my TTWebController subclass. That class respon
I am using the three20 launcher to get a homescreen feel in my app. I just implemented the basic launcher. I have two things that I want to accomplish.
I\'m trying to update the tabBarItem more than once, but I can\'t get it to work. I\'ve used theese methods:
I have ported an existing Three20 xcode 3.2 project to xcode 4 using the tutorial The code compiles and runs on the device. Now, I am trying to build an ipa (using the archive command) and am running
There seems to be a bug in the implementation of Three20 TTNavigator. When I try to load an external URL in any of the first four controllers in the tabbar it works.
I am using TTStyledText to display text with potential markup on a TTStyledTextLabel. If text contains something like \"http://stackoverflow.com\" TTStyledText autogenerates the m开发者_如何转开发ark
I\'m currently working with the Three20 library to implement some caching for an iPhone project. It has been a huge help for speeding up my table views and page loads, however I\'m running into a smal
I use the TTMessageController from Three20 to display a view that开发者_如何学编程 is similar to the iPhone SMS application containing a recipient picker.