Well, I spoke too soon. The UINavController solves the nav bar issue, but I have another, custom, view, that I want to stick above my table view.
On Nov 12, 2012, at 2:01 , Rick Mann <[email protected]> wrote: > Hmm. I guess I can just add an unnecessary UINavBarController. Feels > wasteful, but it'll do. > > On Nov 12, 2012, at 1:58 , Rick Mann <[email protected]> wrote: > >> 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 >> >> >> > > > -- > 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/rmann%40latencyzero.com > > This email sent to [email protected] -- 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]
