Re: iOS popovers - View lifecycle.
Re: iOS popovers - View lifecycle.
- Subject: Re: iOS popovers - View lifecycle.
- From: Mikkel Islay <email@hidden>
- Date: Fri, 07 Sep 2012 18:12:55 +0200
On 7 Sep 2012, at 17:48, Alex Zavatone wrote:
> Well, wouldn't we expect that the popover controller would message the events to the view within it? It seems strange that view controller events are completely thwarted by using the popover controller.
If no view is added to the VC view-hierachy, viewWillAppear and viewDidAppear aren't called.
If you need to update the tableview, pass a new controller to the contentViewController-property or set the UIPopoverControllerDelegate to receive dismissal-events.
Mikkel
_______________________________________________
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