On 26 Nov 2013, at 12:53 AM, Rick Mann <rm...@latencyzero.com> wrote:

> On Nov 25, 2013, at 21:11 , Luther Baker <lutherba...@gmail.com> 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 (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to