You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(void)pageViewController:(UIPageViewController )pageViewController didFinishAnimating:(BOOL)finished previousViewControllers:(NSArray *)previousViewControllers transitionCompleted:(BOOL)completed
{
/ Add this to prevent this error*/
if (!completed) {
return;
}
When you swipe page forward and backward quickly , the content page will not the right index page .
The text was updated successfully, but these errors were encountered: