Re: UITableViewController
Re: UITableViewController
- Subject: Re: UITableViewController
- From: Quincey Morris <email@hidden>
- Date: Thu, 29 Jun 2017 02:23:41 -0700
On Jun 29, 2017, at 01:05 , Gerriet M. Denkmann <email@hidden> wrote:
>
> and also the Container View has:
> Triggered Segues
> viedDidLoad TableViewController Embed
I have the same thing, so I don’t know what’s different.
> What I do not understand: Container View is a UIView, which does not have
> viedDidLoad (although its ViewController has such a method).
I think the container view’s behavior is a fiction. The *containment* hierarchy
is between view controllers, so it’s supposed to be happening in the view’s
view controller’s viewDidLoad (I guess), which would explain this connection.
According to something Kyle Sluder said a few weeks ago, you should get a
prepareForSegue for the embed segue.
Most strange.
_______________________________________________
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