PageVC contains A, B and C sub-controllers. Slide to C, and then slide slowly and continuously to A .so that the A page is fully attached to the sides of the screen and then let go. At this point the pageVC proxy method didFinishAnimating method does not run.
Asked
Active
Viewed 92 times
-1
-
Have you assigned the delegate of the PageViewController to your ViewController? – Kerberos Jun 13 '18 at 10:37
-
I had assigned the delegate. Normal sliding is not a problem. Only slow sliding is a problem. – K.DeepPockets Jun 13 '18 at 11:36
-
You can see here: https://stackoverflow.com/questions/24266420/uipageviewcontroller-didfinishanimating-not-called-if-swiped-quickly – Kerberos Jun 13 '18 at 11:41
1 Answers
0
The page view controller.
finished YES if the animation finished; otherwise, NO.
previousViewControllers The view controllers prior to the transition.
completed YES if the user completed the page-turn gesture; otherwise, NO.

Shubhendu Devmurari
- 159
- 14
-
I know this method. I don't know why this method isn't called when I'm sliding slowly – K.DeepPockets Jun 13 '18 at 11:39