I have a custom view controller that contains a UIView
and a UITableView
. So I cannot embed the table view in a UITableViewController
. (I have read several posts stating that static cells only work in conjunction with a UITableViewController
.) Furthermore, as I want my app to be compatible with iOS 5 I cannot make use of a container view.
Can I still use static cells in my table view with some trick (in order to design the cells directly in Interface Builder)? How?