-1

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

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.