Assertion failure in UIPageViewController

后端 未结 6 592
醉梦人生
醉梦人生 2020-12-14 20:43

I have an Assertion Failure in UIPageViewController.

Assertion failure in -[UIPageViewController _flushViewController:animated:], /BuildRoot/Library/Caches/c         


        
6条回答
  •  Happy的楠姐
    2020-12-14 21:17

    For me, the issue was using self.pageViewController as a member of the current view controller instead of pageViewController as parameter obtained in the didFinishAnimating delegate method.

提交回复
热议问题