Refresh UIPageViewController - reorder pages and add new pages

后端 未结 4 1703
悲&欢浪女
悲&欢浪女 2020-11-30 21:27

I have a UIPageViewController which I am providing page data for using an implementation of UIPageControllerDelegate and UIPageControllerData

4条回答
  •  孤街浪徒
    2020-11-30 22:08

    You need to call setViewControllers:direction:animated:completion:.

    Also, in iOS 6, watch out if you're using UIPageViewControllerTransitionStyleScroll style, as there is a major caching bug if animated: is YES (see my discussion here: UIPageViewController navigates to wrong page with Scroll transition style).

提交回复
热议问题