Re: Adding UINavBar to split view detail in storyboard?
Re: Adding UINavBar to split view detail in storyboard?
- Subject: Re: Adding UINavBar to split view detail in storyboard?
- From: Rick Mann <email@hidden>
- Date: Mon, 12 Nov 2012 02:01:05 -0800
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@hidden> 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@hidden)
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:
This email sent to email@hidden