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
3
votes
1 answer

Update an App With Three20

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…
Cri1682
  • 513
  • 8
  • 21
3
votes
1 answer

armv7s three20 xcode 4.5

how can I use three20 with the new xcode 4.5? I got this message : (null): Symbol(s) not found for architecture armv7s
amau96
  • 857
  • 1
  • 8
  • 19
3
votes
1 answer

URL-Based-Navigation in iOS like three20's TTNavigator

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

How to create a static subview with navigation controller?

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…
Pang Ho Ming
  • 1,299
  • 10
  • 29
3
votes
3 answers

gray line on top of UITableView iOS 5

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…
g_low
  • 2,435
  • 19
  • 23
3
votes
0 answers

TTPhotoViewController ignores image orientation (mirror)

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…
2
votes
3 answers

Can't find header for TTURLJSONResponse

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…
FrediWeber
  • 1,099
  • 1
  • 10
  • 21
2
votes
2 answers

Path slide menu TTNavigator

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…
david
  • 200
  • 1
  • 14
2
votes
2 answers

replicating the Facebook using three20 TTButtonBar, iOS

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…
ecbtln
  • 2,646
  • 5
  • 27
  • 35
2
votes
1 answer

custom mail composer just like Three20 Message Composer

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…
Rajashekar
  • 619
  • 9
  • 30
2
votes
2 answers

How to remove extra gap between items in TTSectionedDataSource under iOS5

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…
yeforriak
  • 1,705
  • 2
  • 18
  • 26
2
votes
1 answer

Three20 TTTableViewController and searchViewController

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…
Michal Dymel
  • 4,312
  • 3
  • 23
  • 32
2
votes
1 answer

how do I make three20 compatible with iOS 3.1?

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…
yeforriak
  • 1,705
  • 2
  • 18
  • 26
2
votes
1 answer

How to run Three20 Unit Tests?

Anyone have idea how to run Three20's Unit Tests? I have downloaded their package from github but really have no idea on how to run the unit tests?
Howard
  • 19,215
  • 35
  • 112
  • 184
2
votes
1 answer

Programmatically show TTTableHeaderDragRefreshView's Pull Down to Update Message

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…
Vincent Bacalso
  • 2,071
  • 4
  • 23
  • 34