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 using a TTStyledTextLabel in my project to parse the hyperlinks, it all works fine. The only problem I am facing is to truncate a long text - show ellipses if the text does not fit in the bounds of TTStyledTextLabel.
In other terms, I need the…
i just upgraded my Project to the newest Three20 Build.
When compiling i get following errors:
Undefined symbols:
"___restore_vfp_d8_d15_regs", referenced from:
+[TTEntityTables(TTSingleton) sharedInstance] in libThree20Core.a(TTEntityTables.o)
…
i am going to submit my application to Appstore. i have one question as i am using Three20 library in my project to load thumbnail images from server.
My question do I need to answer "yes" to the Encryption used question in the app store submission…
I have a requirement of using Three20 in my iPad project. I was wondering if the Three20 project of iPhone version is directly usable in iPad or should we wait for the this timeline to complete:
http://three20.info/timeline/roadmap
Are there any…
So I have an iPhone application that needs to:
Post several strings and up to 5 images (stored in memory) to a RoR web application
Parse the JSON returned that will include several strings and an array of URLs (each representing the location of…
i recently got three20 integrated into my app and am trying to override the default toolbar color in TTWebController.
In TTWebController.m:118 I see that this is setting the toolbar's tintColor:
_toolbar.tintColor = TTSTYLEVAR(toolbarTintColor);
So…
I am not sure if this is the right place to ask or report this... but i hope someone here can help me out with the following problem
I'm currently creating an app which offers several functionalities. anyways it also includes the…
I just found out how easy it is (or at least is supposed to be) to do state persistence with Three20 library. However, I am unable to figure out how to use the URL mapper with a tab bar (UITabBarController).
The situation is this:
I have four tabs…
I want my table items to show the disclosure arrow and link to another "details" screen. Pretty standard. Three20 is supposed to help with this.
In my TTListDataSource, I'm currently doing:
- (void)tableViewDidLoadModel:(UITableView…
I'm trying to validate my App for App Store Submission, I've made an update to it. It was using Three20 before, though I'm not sure what version, probably 1.0.3. Now it's using 1.0.5 and I have rerun the python script that adds Three20 to an app…
I have some serious issues...I need to build a project from another developer in ios 5 and Xcode 4.2 which which has both RestKit and Three20 library...
At first I deleted those two libraries and used fresh copies of two...they did built but I found…
i need to have a ThumbsViewController and i used three20(TTThumbsViewController) library to accomplish this task, the question is, can i separate just this part of three20 library and use in my project instead of adding reference to three20 library…
I am using some non-ARC code in my ARC project, namely Three20. I have added all the appropriate compiler flags and all works well. However, I need to subclass some of the Three20 classes, and I'm not sure if I should add the compiler flag to my…
I want to make a button launcher just like Springboard / Facebook / Google+.
But, I don't want to:
use Three20 - it looks perfect except for the horrid coding experience due to documentation. (I also wonder if it is abandonware, doubt it, but with…
We just added Three20 to our existing project and are having some trouble to get along with its routing system.
What we have right now is a transition from a view controller A to a view controller B, having A as the delegate of view controller B, to…