PagingMenuController icon indicating copy to clipboard operation
PagingMenuController copied to clipboard

Unexpected behavior when manually calling moveToMenuPage in Infinite mode

Open 4QStudios opened this issue 9 years ago • 4 comments

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

4QStudios avatar Sep 01 '16 16:09 4QStudios

I'll look into code for more details. Is there any example project for this issue?

kitasuke avatar Oct 09 '16 22:10 kitasuke

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..

TacuaraTechnologies avatar Oct 09 '16 22:10 TacuaraTechnologies

That's okay. I'll try it by myself.

kitasuke avatar Oct 09 '16 22:10 kitasuke

I have the same problem, does this happens to anybody else?

mordonez-me avatar Mar 03 '17 12:03 mordonez-me