UIPageViewController NSInternalInconsistencyException

后端 未结 5 1915
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-20 17:51

I\'m developing a simple UIPageViewController that has two pages. Each page is loaded from a different ViewController with their specific xib

5条回答
  •  离开以前
    2021-02-20 18:03

    In my case, this happened when I tried to navigate to the next page view controller inside another view controller that was presented as a modal.

    Hopefully this helps other people.

提交回复
热议问题