My detail view is implemented using a UITableView. I want a nav bar at the top 
of the detail view, to mimic the iPhone (which is provided by the nav 
controller), and to provide a heading for the detail below.

Storyboard table views insist, rather restrictively, that the top-level view in 
a UITableViewController be a table view. I'd really rather it be a regular 
view, and put the table view down inside the hierarchy. There's no good reason 
this can't be the case, except that UITableViewController is implemented rather 
short-sightedly.

In any case, is there any way I can put a UINavBar at the top, above this table 
view (or at least, so that it appears above it)? Please don't tell me not to 
use a UITableViewController, because then I lose a big part of what I want: 
support for static table view cells directly in IB.

Thanks!

-- 
Rick




_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to