You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a strange behaviour that caused us quiet some headaches: The very first child ViewController of the Page(Boy)ViewController gets 'presented' before the 'parent' controller has appeared on screen.
I find this very confusing: How can the ChildViewController' enter viewDidAppear before the PageBoyViewController has entered this state or at at least would follow the ChildViewController's entering of this state immediately.
The text was updated successfully, but these errors were encountered:
I noticed a strange behaviour that caused us quiet some headaches: The very first child ViewController of the Page(Boy)ViewController gets 'presented' before the 'parent' controller has appeared on screen.
I added some print statements to the example project: https://github.com/hibento/Pageboy/tree/feature/Appearance
Here's an example run:
I find this very confusing: How can the ChildViewController' enter
viewDidAppear
before the PageBoyViewController has entered this state or at at least would follow the ChildViewController's entering of this state immediately.The text was updated successfully, but these errors were encountered: