three20

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 option (especially as it has no iPad version) and I wanted to know if iOS4 gives some new UI controls to do this. ...

Does TTURLRequest handle timeouts?

If my connection hangs, is there a way to set a timeout for TTURLRequest? ...

image size issue with three20 photo browser ?

Hello guys, I face following problem with three20 photobrowser app : 1: Some time images are of cutoff the screen 320x480, so that image are not fit in view and some what in left and right side.when you zoom in than you can see the exact image. 2: How to set default image to another thumbnail image ? Did any one modified the code fo...

Static library dependency compiles in simulator on Xcode 3.2.3, fails on device

Upgrading to XCode 3.2.3 and iPhone 3.2/4.0 SDK has introduced a strange bug into my build process. I have a static library, Compton, which itself depends on three20. I build Compton as a dependency of the client apps that it powers. When I compile Compton as its own project in either simulator or device mode, 3.2 or 4.0 SDK, everythi...

Making three20 integration independent to machine ?

Hello Guys, i just integrated the three20 framework as per as instruction provided. And its working fine. But when i sent the my project on other machine, its giving linking error. I think all the linking to be done to local to the machine. How to avoid all such scenario and how to make project independent to machine ? so that no need ...

Changing tint color of TTButton

Hey guys. Right now in my application, I have a TTButton. I am setting the color of the TTButton initially using stylesheet like TTCatalog. it's like [TTStyleSheet setGlobalStyleSheet:[[[CustomBadgeButtonStyleSheet alloc] init] autorelease]]; [code for initializing ttbutton here]; And then there is a class called buttonStyleSheet in t...

Overriding NSURLCache's cachedResponseForRequest to cache UIWebView assets with Three20

Hi all, I need to cache a web-sourced image (i.e. not bundle sourced) that is going into a webview. Normally I'd just request the image and convert it into base-64 and stick it in the HTML, but if I have 100 images in line I can't quite do that. So I searched around a bit and found a way to grab the image request by subclassing NSURLCa...

TTTableViewCell height problem - Three20

Hi all, I am trying to subclass TTTableViewCell in my Three20 app, and I would like to change the height of the cell. However, I am having major issues. I am using self.variableHeightRows = YES; in the class which call my TTTableViewCell class. Does anyone have any idea how to change the height of the cell? The doc for this is almo...

how can i add a Play button in toolbar of three20 app

How can i add/show “Play” button in the toolbar. In code “TTPhotoViewController.m”, i can see there is a method “playAction”, but i couldn’t find the way to activate that. could you please help me. Thanks in advance. ...

Image overlapping in photo viewer on three20 framework ?

Hello Guys, I just integrated the photo viewer from three20 framework. Its working fine but some time images are overlapping, that ia happening only for thumnail image while original image is perfectly loaded. Till the original image loaded , at that point of time images are overlapping. Did any one face this problem and have any solu...

iPhone Three20 TTTableMoreButton Loading More Rows

Hey there, I've got an app called AppAdvice that seems to be using Three20. I've noticed they have a mechanism in place within most of the tableviews that will automatically load more results when you scroll down to the bottom of the list and reveal the last row. The also have an indicator in the last row that tells the user more it...

Three20 Image Gallery - Shows Oversized Image, Then Focuses

I have used the Three20 Framework to setup an image gallery in my iPhone App. I am sending in the specific width and height for each image, but when I view the individual images, they load at a slightly oversized size, they are a bit pixelated, and then they focus down to the correct size/ratio. Most of the images are 300 x 400 and I a...

moving TTLauncherView from sdk3.x to sdk4.0 adds an ugly shadow to TTLauncherItem's badge

We are moving an app from iOS3.x to iOS4. Now a shadow shows up for the TTLauncherItem's badge, as show in the image. How to get rid of that shadow? ...

Three20 TTLauncher Issues

So, I'm having some issues with my implementation of the Three20 TTLauncherView. I am using their code, not a fork (although I have heard of rodmaz's version), and I can't get it to work properly. This is what my app looks like. I removed the icon image, that's not the issue. The issue is, at the top there is no Navigation bar at a...

How do I pop a TTPhotoViewController?

Hey guys... I'm stuck trying to pop a TTPhotoViewController from three20. At first it did not come with a back button, but I have now implemented it and tried to pop the view with no luck. Here's a snippet of my code: Button (this works) -- self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:TTLocalizedStrin...

images are zoom in for landscape mode in three20 ?

Hello Guys, I integrated three20 photo viewer in my application. But when i going in landscape mode image are zoom out and cut off the screen. When zoom in than i can see the actual image. i am explicitely setting the Orientation for TTScrollView. Is any way to out this problem ? Thanks ...

How can I animate Three20 TTThumbsViewController images?

Hi, I would like to animate some of the thumbnail images in the Three20 TTThumbsViewController view. The animations will occur randomly, not because of user interaction. TTThumbsViewController subclasses TTTableViewController and uses TTThumbsTableViewCells to layout whatever number of TTThumbViews are needed in that cell. TTThumbViews...

Three20 TTPhotoViewController detailedView photo overlap problem

Hi all, In my application, I'm using three20 library's photoViewController. The photos in photo detaildview are overlapping. Specifically, if there are three photos, 1st and 3rd look fine, but 2nd photo is overlapped by 1st. Can anybody please help? Thanx in advance. ...

How to show a custom TTPhotoView when clicking on a thumb from TTThumbsViewController

I'm creating an image viewer app similar to the facebook app using Three20. When the user clicks on a thumbnail, I would like to show a completely different full image view. Instead of just the image and a caption, I would like to show the image in only a portion of the screen along with some other information from my model. How do I do ...

Three20: Change the CGSize of a Thumbnail?

Hello all. I was wondering if there is a way to set the size of the Thumbnails in in the TTPhotoViewController from the three20 framework? So far I found out, the images need to be 75x75 px while I'd like them to be more of a rectangular shape i.e. 60x75 px.... Thanks in advance! ...