Unexpected behavior when manually calling moveToMenuPage in Infinite mode
Hi, for some app purposes, im using my own gestures recognizers to swipe trough the paging controller using moveToMenuPage, but when im in the last view controller, and i call move to menu page 0, i get a fast scrolling trough all the previous view controllers until the first one, it looks like its thinking that im making a fast left swipe
situation: 10 view controllers im at VC 10, want to go to VC 1, the animation goes 10,9,8,7,... to 1 very fast, how to fix this? thanks
I'll look into code for more details. Is there any example project for this issue?
Hi, thanks for answering, unfortunately my client doesn't want me to disclose any source code, but im expecting it to go from vc 10 to 0 when calling moveToMenuPage from VC 10, with a single animation, it works when using your gesture recognizers, but i read a litle of the code and it seems you call movetomenupage too..
That's okay. I'll try it by myself.
I have the same problem, does this happens to anybody else?