iOS:在2个集合视图控制器之间滑动

时间:2013-04-06 20:08:28

标签: ios uiviewcontroller

我有2个收藏夹视图控制器,我想从第一个扫描到第二个。然后,我正在使用滑动组件,但它不适用于我的应用程序(根本不工作)。

否则,我知道如何在两个简单的View Controller Component之间使用它,但我想在Collections View Controller Component中使用它。

你知道我该怎么办?

1 个答案:

答案 0 :(得分:0)

我认为最简单的方法就是将视图控制器嵌入到UIPageViewController中。

  • 使用– initWithTransitionStyle:navigationOrientation:options:
  • 初始化
  • 使用– setViewControllers:direction:animated:completion:
  • 设置初始视图控制器
  • 实施数据源方法pageViewController:viewControllerBeforeViewController:pageViewController:viewControllerAfterViewController:

不要忘记设置datasource