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.
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
viewdidappearand VC2viewDidDisappearare not called.I would really like to know why there's this behaviour and how to solve it.