On Wed, 03 Aug 2011 13:49:10 -0700, Jens Alfke <j...@mooseyard.com> 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 view:

"Note: You should use a UIViewController subclass rather than a subclass of 
UITableViewController to manage a table view if the view to be managed is 
composed of multiple subviews, one of which is a table view. The default 
behavior of the UITableViewController class is to make the table view fill the 
screen between the navigation bar and the tab bar (if either are present)."

However, use of a UITableViewController doesn't really net you any 
functionality you can't implement yourself, so this should not be a big issue. 
m.

--
matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
Programming iOS 4!
http://www.apeth.net/matt/default.html#iosbook_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to