Questions tagged [three20]

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.

External resources:

883 questions
5
votes
1 answer

How can I add TTTableViewDragRefreshDelegate only for one page in UITabBarController?

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 =…
Jason Zhao
  • 1,278
  • 4
  • 19
  • 36
5
votes
2 answers

Adding a TTTableViewController (from three20) to another UIViewController

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…
donkim
  • 13,119
  • 3
  • 42
  • 47
5
votes
2 answers

RestKit with Three20 Integration

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…
Idan
  • 5,717
  • 10
  • 47
  • 84
5
votes
1 answer

Is there any TTPickerTextField alternative? perhaps in iOS4?

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…
Chen Harel
  • 9,684
  • 5
  • 44
  • 58
5
votes
3 answers

Extend TTPhotoViewController with custom TTPhotoView

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…
ggould75
  • 880
  • 2
  • 14
  • 23
5
votes
2 answers

View controller is drawing under my navigation bar after popping ttthumbsviewcontroller

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…
scootklein
  • 708
  • 1
  • 8
  • 21
5
votes
1 answer

TTViewController and popupViewController method

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…
BigJoke
  • 855
  • 1
  • 7
  • 14
5
votes
4 answers

Strange three20's TTTableViewController frame properties

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…
Ryan
  • 10,041
  • 27
  • 91
  • 156
4
votes
4 answers

Xcode 4.2 and Three20 wont compile armv6

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"…
Tim
  • 483
  • 4
  • 9
4
votes
2 answers

Photo viewer (with zoom, pan, scale etc)? Alternative to Three20

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…
Martin Herman
  • 888
  • 13
  • 34
4
votes
1 answer

Three20 doesn't show website in UIWebView

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*…
nimrod
  • 5,595
  • 29
  • 85
  • 149
4
votes
1 answer

Add Image and Caption Text to Three20 Table section using TTSectionedDataSource

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…
Dar
  • 185
  • 2
  • 12
4
votes
1 answer

Three20 TTLauncherItem style

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…
Catalin
  • 1,821
  • 4
  • 26
  • 32
4
votes
3 answers

TabBar Support of Three20 iPhone Photo Gallery

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…
nimrod
  • 5,595
  • 29
  • 85
  • 149
4
votes
1 answer

Three20 TTNavigator TTViewController automatic load XIB

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 =…
kororo
  • 1,972
  • 15
  • 26
1 2
3
58 59