I found an old post in the three20 Google Group about external image support not being implemented yet, but that\'s a few months old and it looks like TTStyledText is
In my app I try to use the TTphotoView, so in a ViewController I push the TTphotoView with my navigationController like this:
im searching for a solution of the followi开发者_如何学运维ng problem: i got a \"larger\" XHTML string that i want to display in an area that is scrollable.
I add an TTActivityLabel, pretty much like in the sample: TTActivityLabel *label = [[[TTActivityLabel alloc] initWithStyle:TTActivityLabelStyleBlackBezel] autorelease];
I\'m using http://github.com/facebook/three20 in my iPhone application. I\'ve followed the instructions to include the framework in my project. I\'ve verified it twice now (at the recommendations of p
Trying to make a simple link clicking activity work. I think I understand TTNavigator and 开发者_如何学JAVATTStyledLabel, but can\'t get it to work.
I am interested in developing a Three20 based application for iPhone OS that is primarily landscape oriented.
I\'m using a TTLauncherView and for that I declare a view controller as TTViewController, as is in TTCatalog tutorial app. Declare a TTLauncherView var inside that view, add items, and so on.
I am using a TTPhotoViewController subclass in my project to display a series of images downloaded from the web. Some of the images which are not the same aspect ratio as the iPhone\'s screen are crop
I use an applic开发者_StackOverflow社区ation with an UINavigationBar, in a part of my application I click on a button to use the the TTThumbViewController (MockPhotoSource), the problem is when I clic