Is there a way to design a UITableCell
in Interface Builder and use that in three20, with the TTTableViewController
?
I can only find examples that programmatically create TTTableCell types.
Thanks
As far as I know, three20 doesn't have any kind of interface builder support (and nib files support).
All elements related to three20 have to be created and managed programmatically.