I have a UIViewController, which have a UIButton in it.
The event I put in the UIButton is to load a new TTThumbsViewController PhotoThumbnail.
PhotoThumbnail *photoThumbnail = [[PhotoThumbnail alloc] initWithNibName:@"PhotoThumbnail" bundle:nil]; …
Now I am using Three20 in my apps. I have a problem, when I run the application with MainWindow.xib, the TTTableview class isn't called. But without MainWindow.xib it would call the TTTableview class. I don't know why it's happening. Please help me…
HI all,
I have made my custom Data Model, custom Data Source and a TTTableViewController which uses my data source, now in data model there we are mentaining the array, if something changes in the datamodel, ui should auto reflect those change, how…
I have a regular old iPhone app that has a main view controller that is loaded from a nib. I have a uibutton tied to an ibaction and when that is clicked I want to display a TTThumbsViewController. Is there a way to do that without adding a launcher…
I'm using Three20 for a viewing Thumbnails of Pictures in an album. everything works fine but i'm not able to remove the Gray bar at the bottom of the Navigation Bar.
Anyone who knows how to remove this bar?
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…