I have noticed a difference with UIPageViewController, which breaks some of my code's logic.
As user's swipes a page, next/previous page's viewDidAppear is getting called.
How can I fix this? 'viewDidLoad' should get called, but not 'viewDidAppear'
If there's not a property/method for this, can I do it with overriding a method for example?
Hey Stefan,
I have noticed a difference with UIPageViewController, which breaks some of my code's logic. As user's swipes a page, next/previous page's viewDidAppear is getting called. How can I fix this? 'viewDidLoad' should get called, but not 'viewDidAppear' If there's not a property/method for this, can I do it with overriding a method for example?
Ashkan