On Jun 28, 2017, at 22:02 , Gerriet M. Denkmann <gerri...@icloud.com> wrote: > > I had to do two more steps: > > 1. give the segue an identifier, like: “EmbedSegueToTableViewController” > > 2. in the UITableViewController which formerly did have a UITableView and now > has the container view: > > - (void)viewDidLoad > { > … > [ self performSegueWithIdentifier: @“EmbedSegueToTableViewController” > sender: self ]; > }
That’s bizarre, and shouldn’t be necessary. I just tried my test project again to make sure, and the table view appears without needing to do this. Are you sure this wasn’t a timing problem, where you expected the table view to exist before the loading process got to it? I can’t think of any other explanation. _______________________________________________ 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