Re: initWithNibName:nil not working for UITableViewController?

2010-08-16 Thread Jason Foreman
Hi Matt, On Fri, Aug 13, 2010 at 8:45 PM, Matt Neuburg wrote: > But I had expected initWithNibName: to follow the rule documented under > UIViewController: > > "If you specify nil for the nibName parameter and do not override the > loadView method in your custom subclass, the default view contro

initWithNibName:nil not working for UITableViewController?

2010-08-13 Thread Matt Neuburg
I asked for a new file which was a UITableViewController along with the corresponding nib file. But when I instantiated my controller and presented it, the table was not taking on any of the characteristics I was specifying in the nib file. After some experimentation (subtext: this took all day to