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've noticed a pretty annoying behaviour of pageBoy, basically in some cases the viewcontrollers lifecycles methods are not called.
For example (this is the most popular case): when you're in the middle of scrolling from VC1 to VC2 and you stop to scroll,
you have scrolled enough to not go on VC2 hence if you release the finger, the pageBoy will take you back to VC1.
In this case VC1 lifecycle method viewdidappear and VC2 viewDidDisappear are not called.
I would really like to know why there's this behaviour and how to solve it.
The text was updated successfully, but these errors were encountered:
I've noticed a pretty annoying behaviour of pageBoy, basically in some cases the viewcontrollers lifecycles methods are not called.
For example (this is the most popular case): when you're in the middle of scrolling from VC1 to VC2 and you stop to scroll,
you have scrolled enough to not go on VC2 hence if you release the finger, the pageBoy will take you back to VC1.
In this case VC1 lifecycle method
viewdidappear
and VC2viewDidDisappear
are not called.I would really like to know why there's this behaviour and how to solve it.
The text was updated successfully, but these errors were encountered: