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.
Hi I have a tabbar controller which includes two pages A and B. Now I just want to add TTTableViewDragRefreshDelegate to page A.
If I put the code:
- (id) createDelegate {
TTTableViewDragRefreshDelegate *delegate =…
I'm having a problem with three20 that I'm hopeful someone will be able to help me out with.
I have a TTTableViewController that I use very similarly to how the TTTwitter app in three20's sample projects uses it. I have just three methods that I'm…
I'm trying to work with Restkit to call my web server api, but things are not working.
My controller just show the activity indicator and nothing happens.
I have an api call which suppose to return the top 50 videos ,for…
Is there an alternative or new stuff in iOS4 that resembles TTPickerTextField
I am looking for a way to recreate the "new mail" control view and I've read about TTPickerTextField. Three20 is my last option (especially as it has no iPad version) and…
I have successfully integrated the three20 framework in my project,
and I have extended the TTPhotoViewController to add some further
functionality.
Now I need to add some subviews to the TTPhotoView loaded by the
TTPhotoViewController. In…
I'm implementing the TTThumbsViewController from the Three20 project and things are finally starting to take shape. I push the TTThumbsViewController from the current view controller by just pushing it onto the current stack and animate the…
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.
In my app's main view is a button calling the previous…
I am adding a TTTableViewController into an existing UIViewController, one strange thing I found is that the frame properties of the initialized TTTableViewController are wired, e.g. in a iOS layout.
I…
I have an application running perfectly in the simulators in Xcode 4.2
To build and Archive to publish to the appstore I receive an error indicating I need to include a armv6 build. Forums suggest to clear the build-targets and include "armv6 armv7"…
I have an app with a few pictures. If the user clicks on one of them, I want him to be able to zoom, pan, scale and so on. I don't need something like Three20. First of all, I'm loading the images from file inside the app, second I don't need the…
Hi all
I have a tabbar based application. In one view I have a TTTabStrip with different TTTabItems. Everything works (loading normal UIViewControllers) except loading UIWebViews.
In the app delegate I have set up the url mapping:
TTNavigator*…
I am trying to create table using TTTableViewController. I want to display an image in the section header along with some caption text, something similar to what instagram and many other application does. I tried using the sample from…
How can I set the text color to black for a TTLauncherItem from the Three20 library? I have seen that the style property is NSString.
I'm trying to assign something like this:
TTTextStyle *aux = [TTTextStyle styleWithFont:[UIFont…
I wend through this tutorial and created a photo gallery for the iPhone. Now I want to add it to my TabBar project. I already heard, that Three20 doesn't support XIB, so I changed my whole tab bar setup to programmatically. I think I am not too far…
I thought I want to share my knowledge with you around Three20 framework.
It is annoying if you use TTNavigator and you have custom VC that is subclass from TTViewController. It does not load the NIB automatically.
TTNavigator* navigator =…