chetan rane
chetan rane

Reputation: 531

In swift2, UIPageviewController page curl animation hang/freeze on fast swipe

I have implemented UIPageViewController using this link

In storyboard, i have define page view controller navigation Vertical and transition type Page Curl.

When i swipe pages very fast, the page curl animation get freeze. But if i do swipe slowly, everything works fine.

Can someone please guide me what could be the reason?

Upvotes: 1

Views: 535

Answers (1)

Akshay Kumar Both
Akshay Kumar Both

Reputation: 382

I was also facing the same problem. I resolved the issue by moving my code from 'viewDidLoad' to 'viewDidAppear'. Happy coding!

Upvotes: 3

Related Questions