Re: Why can't a modal view controller present another in viewDidLoad?
Re: Why can't a modal view controller present another in viewDidLoad?
- Subject: Re: Why can't a modal view controller present another in viewDidLoad?
- From: G S <email@hidden>
- Date: Sun, 16 Jan 2011 19:38:51 -0800
> Or just use delayed performance. I use delayed performance a *lot*. Like whipped cream, it covers a multitude of sins. m.
Hm, I'll have to remember that. Whipped cream on my misdeeds, that is.
Meanwhile, the viewDidAppear method does work; but it gets into an
endless loop because when you dismiss the modal controller,
viewDidAppear gets called again and re-invokes it. So I added a
"firstAppearance" boolean to prevent that.
Thanks for the response.
Gavin
_______________________________________________
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