When I navigate through UIPageViewController faster than its transition animation I am getting \'Unbalanced calls to begin/end appearance transitions for <
UIPageViewController
Unbalanced calls to begin/end appearance transitions for <
I had to add it to viewDidAppear: to make it work
- (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; self.pageAnimationFinished = YES; }