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:20:39 -0800
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@hidden> 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@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
--
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