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
0
votes
2 answers

Three20 TTThumbviewcontroller paging Load more link doesn't add more rows

I am struggling since few days to make this work. I got the Load More link for loading more thumbnails and when I select the link it loads additional records and datasource is updated accordingly. However it doesn't add additional rows and update…
Davin
  • 105
  • 12
0
votes
1 answer

TTWebController/TTNavigator invocation, not animating + dismissal problem

I'm having a problem implementing the TTNavigator + TTWebController to capture links in styled labels and open them in the TTWebController. In my current UIViewController (not a navigation controller), in the viewDidLoad i added (according to…
lucadb
  • 422
  • 1
  • 6
  • 15
0
votes
3 answers

Three20 autorotate in iOS6

I try to get autorotate work in iOS6. I've already read about it and the problem is, that I can't set a rootviewcontroller for the window. I've tried it with: self.window.rootViewController = [[TTNavigator navigator] rootViewController]; but the App…
FrediWeber
  • 1,099
  • 1
  • 10
  • 21
0
votes
2 answers

TTPickerTextField DataSource? How do I create my own DataSource?

for my iPhone Project, I woud love to use the TTpickerTextField from Three20 to let the User select a contact from the Addressbook. While I’m really new to cocoa, I don’t understand how to use the Addressbook as a DataSource. As far as I understand,…
user99070
0
votes
1 answer

iPhone, Three20 Library (Is The Library Being Maintained?)

Is the Three20 library (http://three20.info) being maintained? There are a number of outstanding bugs reported on GitHub. I'm not sure if any are being actively worked. The last check-in was over 9 months ago (relative to November, 2012). I…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
3 answers

Three20/Three20.h file not found for Archive

I'm trying to update an app that already have the Three20 library. Now i'm using xcode 4.5 and everytime i try to make an Archive i recive this error: Three20/Three20.h file not found At the beginning i wasn't able to make any kind of build,but…
Cri1682
  • 513
  • 8
  • 21
0
votes
1 answer

Three20 navigator require rootViewcCntroller

I am new in using Three20, when i use navigator, the xcode always report error:Application windows are expected to have a root view controller at the end of application launch here is my code: TTNavigator *navigator = [TTNavigator…
leoyfm
  • 241
  • 4
  • 16
0
votes
1 answer

adding TTImageView to an XIB using Interface Builder

I'm trying to add TTImageView to an XIB file by adding a regular UIImageView control then changing its class name to TTImageView in the Identity Inspector, but it can't recognize the class TTImageView, IB keeps reverting the class name to…
JAHelia
  • 6,934
  • 17
  • 74
  • 134
0
votes
1 answer

Three20 Build Error

I can successfully execute the command: python Three20/src/scripts/ttmodule.py -p test320/Test320.xcodeproj Three20 and the project has a file information. But I can not build. I don't know why. Any ideas? Images:
juan
  • 973
  • 7
  • 5
0
votes
1 answer

Three20 and iOS 6 error compiling for armv7s architecture

I've been trying to solve this problem for hours and have googled everything about it but am not finding any solutions. I've just updated to Xcode 4.5 with SDK 6 and my project wich use Three20 lib is not compiling. It tells me that some class is…
Medhi
  • 2,656
  • 23
  • 16
0
votes
1 answer

Showing a UIWebView in a Tabbar with control like TTWebController

Are there any existing open source UIWebView control (with back/forward buttons) that is suitable to be used with a UITabBarController? I have tried to use the TTWebController, but the issue is the button controls is at the bottom, so they stack…
Ryan
  • 10,041
  • 27
  • 91
  • 156
0
votes
1 answer

Three20 InvalidateModel

I am going to try to explain with out confusion: I am using the Three20 Library I have a PostEdit class that contains a xib and class that creates a "popup" calls Edit Post (image below), over an existing view (PostSearch) so that the user does not…
Duny
  • 215
  • 4
  • 11
0
votes
0 answers

Using Three20 TTPhotoViewController with MonoTouch

I'm trying to use the Three20 TTPhotoViewController with MonoTouch. I've derived FacebookPhoto from TTPhoto and FacebookPhotoSource from TTPhotoSource and am now trying to invoke the TTPhotoViewController but I get the following exception when…
0
votes
1 answer

unrecognized selector sent to instance error on button added to toolbar of subclassed ttphotoviewcontroller

I have subclass TTphotoviewcontroller and added a button for saving the images to the camera roll. All the other buttons on the toolbar are working fine (previous, next and play) except for the one I've created by overriding in the subclass file. I…
gazmac
  • 23
  • 6
0
votes
2 answers

Load more pages in TTLauncherView

In my implementation of TTLauncherView, only loads the first page. Why? I have 47 items in array, 47 items div 9 items by page, I should have 6 pages. Thanks for helping. - (void)connectionDidFinishLoading:(NSURLConnection *)connection { …
EversonNovka
  • 181
  • 2
  • 6