Closed loretoparisi closed 9 years ago
The default return value for - (BOOL)shouldAutomaticallyForwardAppearanceMethods
is YES
. Since the class does not override this method, the events are automatically forwarded.
This is what I understand from the documentation.
thanks I will check it out
For what the instantiate view controllers pass for life cycle it's necessary create property of view controller and instantiate view controller and return in method viewControllerAtIndex:, for more information you can see http://stackoverflow.com/questions/27086747/how-do-i-add-multiple-viewcontrollers-to-my-uipageviewcontroller
The base class GUITabPagerViewController UIViewController does not forwards UIViewController display events:
-(void)viewDidAppear:(BOOL)animated; -(void)viewDidDisappear:(BOOL)animated;
etc.