Three20 is an open-source Objective-C library originally created at Facebook, that provides a number of features for people writing iOS (iPhone/iPad) applications.
I've combed through SO, the Google group, and the blog-o-sphere trying to find an example of how to get the Three20 library to work with Core Data, and have not found much to speak of.
Does anyone here know where I could find a simple tutorial (or…
I am making an application in which user needs to login/sign up, if
the application opens for the first time or there are no default login
info available. This login/signup view is regular UIViewController
View.
Now, I have a MainMenu View which is…
I'm three20 for first time on an iOS app, and I'm stuck on something I can find more information.
I'm trying to send some POST data to my local server, but everytime I got a response : Error. If I try with GET parameters I have no problem.
The code…
I am working on a core data app with three20. I have a specific situation where I have to show the Detailed View on an entity when a launcher button is clicked. I also want to push the list of all the entities before I push this detail view. To be…
I am implementing an IM app on iOS. I found that three20 library has a TTStyledTextLabel which provides cool features like showing images and url links. However I want to embed the TTStyledTextLabel in a message bubble (just like the sms app shipped…
I am using Three20 for my new iOS project. I have impletemented TTLauncherView & TTTabStrip, and both are displaying correctly. Now i want to load new items in TTLaucherView on selection of TTTabStrip.
How should i go about it ? I can't find any…
I have a modal view controller name: ComposeMessageViewController. And main view controller name: MainViewController.
In MainViewController i map an URL to ComposeMessageViewController like this:
[map from:@"up://home/messages/compose_message/"…
i am getting Libxml/tree.h:No such file or directory error and other xml related error after adding three20 library to my project.
i have added -lxml2 to other linker flags
i have added /usr/include/libxml2 to header search path.
but still getting…
Is there a TTNavigator equivalent to UINavigationController's popViewController? (or an alternative method to dismiss a view controller that I can't find?)
I'm currently working with Three20 in an iOS project. I've got the TTLauncherView displaying with a few icons. However, I can't see to get them to open their views in an animated fashion as with the Facebook app. I've tried:
[[TTNavigator…
I'm trying to change the height of the cells in my TTTableViewController from the three20 library.
I'm using TTTableRightImageItem and I want the height to be determined by the height of the image and not the fixed height.
Do I have to subclass…
I know that a user can only download up to 20MB over 3G, and my build/Release-iphoneos is showing my app at 26MB.
I'm linking against the three20 iPhone framework.
Is this the final size that will count against the 20MB max when submitted to the App…
I am using three20 to present a photo essay of a story I made after the February earthquake in Chile. I would like the app to display portrait type images when iPad device is in portrait orientation and landscape type images when iPad device is in…