ttthumbsviewcontroller

Three20 add TTThumbsViewController via presentModalViewController?

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 or any other unnecessary overhead? A tutorial or code sample would be spectacular. Thanks...

Will using three20 make my app slower?

I want to use three20's TTThumbsView & TTPhotoView to build something like Grindr. Instead of (1) subclassing these classes, I'd prefer to (2) analyze them and build take the necessary code & tweak it accordingly. Why? Because my concern is that option (1) will increase the download size of our app & slow it's performance. (Another thing...

How to get Rows updated automatically ?

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 this thing can be implemented? ...