Tagged Questions

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.

learn more… | top users | synonyms

26
votes
2answers
475 views

Monotouch Three20 app launcher or bindings

From what I've read about btouch; the bindings are not complete for three20. Is there a project that provides either bindings for the Three20 app launcher or a pure MonoTouch implementation of a ...
12
votes
1answer
1k views

UINavigationController custom animation

Any of you achieved to make custom animation like expand from middle in UINavigationController? (for example Facebook app when you select news feed from the launcher view) I seen one of trick like ...
11
votes
1answer
949 views

TTPickerTextField example

I've been trying all day and just can't make the the TTPickerTextField work. It displays, I set its dataSource to the example code's MockDataSource and type in a name from the mock and it doesn't ...
10
votes
2answers
2k views

Are there libraries similar to the Three20 Project for Android?

The Three20 project is really nice for building iPhone apps quickly using common libraries: https://github.com/facebook/three20 Is there anything like this for Android?
9
votes
2answers
2k views

Three20 Photo Scroller alternative?

I wan to add a view in my iPhone app where the user can scroll (paged) through a series of web loaded images. I've been reading many threads and most of them end up suggesting the Three20 lib. I've ...
9
votes
3answers
6k views

understanding TTNavigator

following situation: in a TTTableViewController i added some Cells with URLs. they are opening a class with @"tt://photos" for example. this works quite fine. the first thing is, i saw some urls in ...
7
votes
2answers
137 views

Rotating Three20 TTPhotoViewController inside TabBarController

Adding Three20 TTPhotoViewController on an empty UIWindow Rotation were working like a charm. But when I moved the TTPhotoViewController to be created from UINavigationController inside a ...
7
votes
10answers
9k views

Xcode 4 & three20 & create IPA archive: No such file or directory

In Xcode 3.2.5 I use "Build And Archive" to create an IPA file without any problems. How can I do that in Xcode 4? I think I have to use "Product -> Archive", but I get over 100 error messages in the ...
7
votes
1answer
6k views

Using Localizable.strings in iPhone application

I downloaded the three20 library: http://three20.info/ And I opened the TTCatalog sample project that comes with this library: http://img16.imageshack.us/img16/3183/screenshot20100302at752.png As ...
7
votes
1answer
2k views

Three20 library - subclass of TTPhotoViewController has an opaque navigation bar

I am using a TTPhotoViewController subclass from the Three20 library for showing images from a web location. The images load up fine but the navigation bar and toolbar show up with the default tint. I ...
6
votes
1answer
292 views

How to Start Three20 Photo Viewer in Thumbnail view?

I followed How To Use the Three20 Photo Viewer by Ray Wenderlich tutorial it was very clear and working perfectly, my question as the title, How to Start Three20 Photo Viewer in Thumbnail view? I am ...
6
votes
3answers
4k views

iphone / ipad - Compile three20 under xcode 4?

anyone successfully compiled three20 under XCode 4? I tried, and changed all Base SDK to latest 4.2, but there is alway a error: error: There is no SDK with the name or path ...
6
votes
1answer
5k views

Just how to you use TTStyledTextLabel?

All I want is to display some simple text in my viewController and have the hyperlinks autoparsed. When the user clicks on the link I want the control to somehow do a callback where I can do something ...
5
votes
2answers
445 views

How to make the blue bar on the top disappear for tttableview with list datasource (program running on ios 5 beta)

There is a blue bar appearing on the top of my tttableview when the program is running on ios 5 beta, it was not there if I run the program on ios 4.3. The table is configured to use a list ...
5
votes
1answer
228 views

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<TTTableViewDelegate>) createDelegate { ...
5
votes
2answers
651 views

Recreate recipient bubble behaviour in Mail.app / Three20

Krumelur asked this question about how create a recipient bubble similar to the mail.app. Please see screenshots below of what I mean: I can create the look of this element (including the look ...
5
votes
2answers
590 views

How to remove Three20 from the project

Adding Three20 in your project has been made simple by the ttmodule.py script file. I was initially planning on using it in my project but i'm not, so i want to clean my project by getting rid of it. ...
5
votes
1answer
1k views

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 ...
5
votes
2answers
2k views

libxml/tree.h no such file or directory after integrating three20 library

i am getting Libxml/tree.h:No such file or directory error and other xml related error after adding three20 library to my project. i have added -lxml2 to other linker flags i have added ...
5
votes
4answers
2k views

Three20 : how to pass a class of objects between 2 views

I have a TTableView. The items in this table a mapped to an url, so that when I click on an item, another view appear with informations about this item. All these informations are attributes of a ...
5
votes
1answer
433 views

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 ...
5
votes
2answers
2k views

TTThumbsViewController + navigationController issue

I am only using Three20 for a gallery in my app. When I push my .. : TTThumbsViewController from another view, the navigation bar is not the color I want it to be (as per the rest of my app). I have ...
4
votes
2answers
130 views

Strange layout issue on 3GS device with iOS 4.2.1 - Compiled with iOS 5

We had a strange bug report from a user who has iOS 4.2.1 on an iPhone 3GS. A lot of the UITextLabels in the app are offset at strange locations. Has anyone else come across this issue. The app is ...
4
votes
2answers
190 views

How can I disable warning in xcode for frameworks?

I have imported the three20 project into my project, and when I upgraded to xcode 4.2 with iOS 5, a bunch of warnings appeared in the project. I don't care about them, but they make a lot of noise, ...
4
votes
1answer
450 views

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 ...
4
votes
3answers
2k views

Three20 v1.1 and Xcode 4

Is there an easy way of getting Three20 v1.1 to work under xCode 4? I followed the steps on http://three20.info/article/2011-03-10-Xcode4-Support but that seems to be for the master. I use v1.1 as I ...
4
votes
1answer
721 views

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 ...
4
votes
1answer
1k views

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 ...
4
votes
1answer
438 views

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 = ...
4
votes
3answers
3k views

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 ...
4
votes
1answer
573 views

Truncate text in TTStyledTextLabel

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 ...
4
votes
1answer
303 views

New Three20 Build-Error

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) ...
4
votes
1answer
240 views

Do I need to answer “yes” to the Encryption used question in the app store submission process as I am using Three20 library?

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 ...
4
votes
3answers
2k views

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 ...
4
votes
2answers
2k views

How to use Three20 framework to upload multiple images and handle JSON response?

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 ...
4
votes
1answer
853 views

overridden three20 TTDefaultStyleSheet style not working

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: ...
4
votes
1answer
2k views

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

Three20 URL routing with objects as parameters

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, ...
3
votes
2answers
235 views

How does the three20 gallery load images?

On my server, I have three files per image. A thumbnail file, which is cropped to 128 by 128. A small file, which I aspect fit to a max of 160 by 240. A large file, which I aspect fit to a max of ...
3
votes
1answer
1k views

Is it safe to add ARCHS_STANDARD_32_BIT = armv6 armv7 in XCode 4.2?

I have an iOS project that requires compatibility with iOS 3.X devices. Thus, I must target both armv6 and armv7 architectures. I have added an xcconfig file to my project and to my dependent ...
3
votes
1answer
198 views

Three20 - Getting empty TableView when setting a TTTableViewController as TableBannerView

I have a TTTableViewController and want to show a tableBannerView (as shown in the sample code). The view to show is again a TTTableViewController: - (void)toggleInfo { if(self.tableBannerView) { ...
3
votes
2answers
384 views

How can I make clickable links like the Twitter and Facebook app? [closed]

Possible Duplicate: How to make an expression clickable on iOS? On Twitter and Facebook, usernames like @ and hashtags like # are clickable, and do something native within the app. What is ...
3
votes
3answers
310 views

three20 - TTTableViewController Memory warning gives blank screen, how to fix?

This is driving me nuts. I am using three20's TTTableViewController and when I get a memory warning, the screen goes white. Now, after reading on the three20 google group is seems that the tableView ...
3
votes
3answers
482 views

TTPhotoViewController: deactivate gallery auto zoom

In my project, I use the Facebook API "three20": https://github.com/facebook/three20/ Now, I need to customize the TTPhotoViewController. In the gallery, there's an "auto zoom". The complete width ...
3
votes
2answers
673 views

Three20: A good tutorial on TTStyle

What does each style means and how can they be used to create complex layouts? Could anyone point to a good tutorial or any other starting point?
3
votes
2answers
97 views

Adding embdeded webpage to a tableview?

I want to embed a webpage so it displays on this pasge Under the Item, I would like to embed a web page so it displays as that page has live updates in HTML. Could this be done? Thanks This is ...
3
votes
2answers
364 views

Problem when adding Three20 PhotoViewer to my UINavigationViewController

I want a photo viewer in my iphone app and I liked the Three20 photo viewer. I found it somehow hard to integrate it in my own app where I have my typical UINavigationViewController. So far I ...
3
votes
1answer
363 views

Three20 “pull down to update” isn't showing last update time

When I implement this method in my TTTableViewController: - (id<UITableViewDelegate>)createDelegate { return [[[TTTableViewDragRefreshDelegate alloc] initWithController:self] autorelease]; ...
3
votes
1answer
1k views

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

TTThumbsViewController not show thumbnails when using stylesheet.

If I use global stylesheet ( [TTStyleSheet setGlobalStyleSheet:[[[StyleSheet alloc] init] autorelease]]; ) than I don't see any thumbnails in TTThumbsViewController. I specify these styles for ...

1 2 3 4 5 18