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 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…
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…
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…
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,…
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…
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…
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…
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…
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:
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…
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…
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…
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…
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…
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 { …