Nesting a (vertical) UIPageViewController inside another (horizontal) UIPageViewcontroller

后端 未结 1 708
攒了一身酷
攒了一身酷 2021-01-31 12:36

I have a big problem with my UIPageViewController. I want to present content in my app using sections and sub-sections. So, I have created \"two\"

相关标签:
1条回答
  • 2021-01-31 13:03

    I forgot to assign dataSource and delegate properties of my vertical page view controllers in

    • -pageViewController:viewControllerBeforeViewController:
    • -pageViewController:viewControllerAfterViewController:

    Problem solved, everything works beautifully.

    0 讨论(0)
提交回复
热议问题