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 protected]) 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 [email protected]
