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'm making a new version of an app that use Three20. I have made the decision to stop using Three20 and passing to another lib to make a PhotoGallery. I already know that manual deleting of the Three20 lib isn't an easy operation... So i'm making a…
Are there any alternative for URL-Based-Navigation like what three20's TTNavigator provided?
The drawback is three20 as it is no longer maintained, so we are looking for alternative.
The URL-Based-Navigation is very handy to use,…
I have created a navigation controller with a stack of view controllers.
I want to add a subview at the bottom which stays static (does not move) while the user navigates between this stack of views.
Like in some apps, there is an "ads bar" at the…
A strange gray line has appeared on the top of my UITableView in iOS 5 (was never present until I upgraded to Xcode 4.3 and am running app on iOS 5 iPhone) - has anyone else seen this? I was also getting funny white lines in some of my other…
I have a problem I am using three20 in my project and I am Using TTThumbnailViewController and TTPhotoViewController and I am loading bunch of photos and bunch of them is just mirror copy of the ones already loaded. (I just change the…
I've tried to import the TTURLJSONResponse with #import , added the project to my project and added the library to the project dependencies. Now I've got an error that XCode can't find the header file. I can import "normal" Three20 without error. I…
I'm using three20 on a app and I would like to use this kind of menu that are using on Path and Facebook:
My app is very intensive using TTNavigator url scheme, and it seems that TTNavigator is like having exclusive control of the window. So I have…
I was looking to replicate the button grid bar that Facebook uses in their app here:
The left button is unpressed, the right is pressed.
I'm having trouble replicated the "pushed" button status. Can anyone help? Here is what I've got so far:
I'm…
My team is trying to design a mail client for lotus notes on iPad. Before we start I want to know if there is a third party custom MFMailComposeViewController available. It should have To field just like Three20 MessageComposeViewController (with…
I am experiencing an extra gap between TTableTextItems in a TTSectionedDataSource under iOS5, the same code is not showing the extra space under iOS4.You can see it in image below.
, left side is IOS 4.3 and right side is iOS5.
My…
I am trying to implement adding recipients to TTMessageController based on the example from TTCatalog.
Everything works fine until I enter search controller - I can search and get results, but nothing happens when I select items. I tried to set…
I want to support version 3.1 of iOS in one of my apps which is using three20. When running the app I find few runtime errors of type "unrecognized selector sent to instance" when it is trying to invoke methods of the iPhone SDK which doesn't exist…
How do you programmatically show this message using three20's TTTableHeaderDragRefreshView? (Though this example is not from three20)
Can I control the scrolling to scroll to the top with a little negative y value, just to show that message: "Pull…