Re: UITableViewController
Re: UITableViewController
- Subject: Re: UITableViewController
- From: Quincey Morris <email@hidden>
- Date: Wed, 28 Jun 2017 22:13:29 -0700
On Jun 28, 2017, at 22:02 , Gerriet M. Denkmann <email@hidden> 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 (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