我有2个收藏夹视图控制器,我想从第一个扫描到第二个。然后,我正在使用滑动组件,但它不适用于我的应用程序(根本不工作)。
否则,我知道如何在两个简单的View Controller Component之间使用它,但我想在Collections View Controller Component中使用它。
你知道我该怎么办?
答案 0 :(得分:0)
我认为最简单的方法就是将视图控制器嵌入到UIPageViewController
中。
– initWithTransitionStyle:navigationOrientation:options:
– setViewControllers:direction:animated:completion:
pageViewController:viewControllerBeforeViewController:
和pageViewController:viewControllerAfterViewController:
不要忘记设置datasource
。