FPPopover icon indicating copy to clipboard operation
FPPopover copied to clipboard

The target view controller not added as child.

Open amccarri opened this issue 11 years ago • 1 comments

Subview is added to the FPPopoverController, but content view controller not added as child view controller. Consequence of this is lifecycle methods are not passed down to the content view (viewWillAppear, viewDidLoad, etc). Use [self addChildViewController:contentView] in FPPopoverController to fix it.

amccarri avatar Mar 25 '13 22:03 amccarri

thank you!

alvises avatar Mar 26 '13 00:03 alvises