Re: UITableViewController, with table view not the root of its nib?

2011-08-04 Thread Matt Neuburg
On Wed, 03 Aug 2011 13:49:10 -0700, Jens Alfke said: >As far as I can tell, UITableViewController only works when the table is the >root of the nib That's basically right. The docs are very clear on this: you must not use UITableViewController unless the table view *is* the whole controlled vie

Re: UITableViewController, with table view not the root of its nib?

2011-08-03 Thread glenn andreas
On Aug 3, 2011, at 3:49 PM, Jens Alfke wrote: > I’ve got an iOS screen that incorporates a UITableView. This screen is run by > a UIViewController subclass. I’d like to subclass UITableViewController > instead, to get more table behaviors for free. The problem I’m running into > is that the ta

UITableViewController, with table view not the root of its nib?

2011-08-03 Thread Jens Alfke
I’ve got an iOS screen that incorporates a UITableView. This screen is run by a UIViewController subclass. I’d like to subclass UITableViewController instead, to get more table behaviors for free. The problem I’m running into is that the table view is not the root view of my nib. (There’s a text