three20

UITabBar Disappears When Switching to Three20 TTThumbnail View

I have an application with a UITabBar. I have implemented a Photo Gallery using Three20. Everything is "working fine" except that when I switch to the Photo Gallery, the TabBar dissappears. I am guessing I am going to have to go into the Three20 code and make some sort of modifications. Any idea if my assumption is correct and / or w...

I'm using three20 in an iphone iOS 4 project. I cant compile the project to the device

I try to compile but it fails because it find a duplicated definition of class in one of the dependencies and in the main dependency. I googled a lot and i even found the cause of this, due to a bug in xcode and the optimization for amr6 and arm7 code. But i could't found how to solve this. Has anybody use the three20 library with iOS4 ?...

Changing Three20 navigationBarTintColor Causes Gap at Top of Image Gallery ThumbView

I have implemented a Three20 Image Gallery into my App. I want to change the color of the Navigation Bar at the top of the Image Gallery Screen. I have gone into TTThumbsViewController.m and found the lines that read: self.statusBarStyle = UIStatusBarStyleDefault; self.navigationBarStyle = UIBarStyleDefault; If I change these values, ...

Changing the position of the DragRefreshView in the three20 library

Hi I am using the three20 library for an iPhone project. As part of it I am using a pull to refresh (like fb and twitter) on a tableview. It works great, however it would be better if it was at the bottom of the tableview. I cant see any obvious configuration settings to do this (basically no API docs), so I have dug around and it loo...

TTStyledTextLabel's url's font

Hey guys, in the TTStyledTextLabel, the url's font is a bit bigger(from what i noticed) and is blue-ish. I am just wondering how to change the url's font to a smaller size? ...

Clicking URL Link on TTStyledTextLabel doesn't push a new page

hey. When I am clicking URL link on TTStyleTextLabel, it doesn't push a new page. But when I looked at the TTCatalog, they don't have any method in the styledtexttestcontroller which seem to open up the webpage. So how does TTCatalog do that? How can I do that? ...

Three20 Search Scope

Hey there, I'm using Three20 and I've got the standard search mechanism working. TTTableViewController* searchController = [[[TTTableViewController alloc] init] autorelease]; searchController.dataSource = [[[MyDataSource alloc] init] autorelease]; self.searchViewController = searchController; self.tableView.tableHeaderView = _searchC...

Three20 UITableViewCellStyleValue1

How do I create an item in my datasource using a cell that is UITableViewCellStyleValue1? Do I have to create my own custom cell to do it? I don't see anything in the sample catalog. thank, howie ...

can TTURLMap from three20 map to a xib-file ?

ive made an app for the iphone and wanted to make it work on an ipad too. for the navigation i used three20. all the views are viewcontrollers with xib´s. for later developement, i just wanted to make the xibs in the bigger format as new skin and let the background-programm the same, so that in the end each viewcontroller would have 2 x...

Odd behaviour of UIButton in an UINavigationBar when switching to landscape Mode and back

Hi, my problem seems to be difficult to describe. But anyways I´ll give it a try ;) OK, we have an HomeScreen in our universalapp as the first View (TTLauncherView from Three20). here we have a Banner at the bottom which will be later a place for adds by a local sponsor. This Banner is actually an UIButton which a ModalViewTransition. I...

iPhone Three20: Passing parameters for customized URL in TTStyledTextLabel

Hi guys, I'm working on handling the click of a customized URL in TTStyledTextLabel. When I set the text to <a href="appname://user/name">name</a>, TTStyledTextLabel can parse it correctly as a URL But when I try to map this URL to a Viewcontroller, I just can't get the parameter (the 'name') This is what the code looks like: [...

Post requests: Correct http header syntax?

Im using TTURLRequest from the cocoa Three20 development library to form a post request. I'm setting the http headers with this: [request setValue:VALUE forHTTPHeaderField:KEY]; I'm getting a 400 response back. I'm also using Charles to capture the requests and responses. The request is getting out (with the headers I had put i...

Three20 and Apple app store submission

I have started using the Three20 project for an iPhone/iPad application. Did anyone face any issues during the submission process because of this? Also, how challenging it is to make the application iPad compatible - I am using Three20s navigation style, styled labels and photo controllers. Thanks in advance for the help! ...

Three20 wont deploy to device

Hi All, I followed the "Adding three20 to your project" steps to a tee and having some deployment issues. I can run the iphone app in the simulator without any issue. But when I try to run it on the device i get the following error "___restore_vfp_d8_d15_regs", referenced From:..... I do believe that it has something to do with my Heade...

Retrieving the UIImage of a TTPhotoViewController

Hello I have a TTPhotoViewController subclass working nicely. I need to be able to give the option of saving the image downloaded to the user's saved photos directory. But I am having problems actually retrieving a UIImage object from where I am After looking through the API I have seen that TTPhoto (which is one of the properties of t...

How do I set Three20 to use SBJSON instead of YAJL?

I've tried defining EXTJSON_SBJSON by setting my project's Other C Flags: -DEXTJSON_SBJSON It doesn't work: TTURLJSONResponse still uses YAJL. ...

Three20 Is TTTableTextItem internet aware?

Hi, The Three20 package has the following to access the net: [TTTableTextItem itemWithText:@"TITLE" URL:@"http://www.example.com"] My question concerns whether this is knows whether the internet is available? My understanding is that if the internet is not available it should say so - but the screen just stays blank. If this is not a...

How to resize TTTableSubtitleItemCell

Hi Experts, I'm using the three20 framework and added a TTListDataSource, but I want to change the hight of each Cell (optimal would be the high the text takes inside, so that nothing is cut). I changed some values at Three20UI/TTTableSubtitleItemCell.h to change the inner high is no problem, but the dividing line is not accordingly r...

Using Three20 with another library and conflicting linkage flags

I'm trying to add Three20 to my project, but the -ObjC and -all_load flags are messing with another library I'm using. The other library is ZXingWidget for barcode reading, but I don't think that part is relevant. I'm reasonably sure the answer is to use force_load instead of all_load and then point to my three20 libraries, but I can't ...

What needs to be covered in Three20 tutorials and documentation?

A few guidelines One topic per reponse Before submitting, please search for the topic below and vote-up instead of re-submitting. If you have seen a blog post or tutorial on a subject, you should post it as a comment to that answer. ...