Re: Best way to put a fixed view in a UITableViewController scene?
Re: Best way to put a fixed view in a UITableViewController scene?
- Subject: Re: Best way to put a fixed view in a UITableViewController scene?
- From: Fritz Anderson <email@hidden>
- Date: Tue, 26 Nov 2013 09:10:03 -0600
On 26 Nov 2013, at 12:53 AM, Rick Mann <email@hidden> wrote:
> On Nov 25, 2013, at 21:11 , Luther Baker <email@hidden> wrote:
>
>> Maybe I am missing something - but I just created a new Tab based project
>> and dropped a UITableView directly on the FirstViewController, under the
>> "View" node in the expanding tree. If I right click on the UITableView, I
>> see both the delegate and datasource outlets. I can click them and easily
>> drag/connect to the parent "First View Controller."
>>
>> Do you mean something else?
>
> You can't put a UITableViewController into a Container View, and link from the UITVC back to the containing view controller.
Sure you can (if I understand you correctly). The containment segue has an identifier, and you can capture the .destinationViewController in -prepareForSegue:sender:. Bear in mind that no other NIB loading has been done at that point.
— F
_______________________________________________
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