在UIPageView

时间:2015-10-07 21:00:15

标签: ios swift uipageviewcontroller

我有一个PageViewController,有3页。当用户在最后一页从右向左滑动时,我希望从PageViewController转到AnotherViewController。我无法弄清楚如何去做。

滑动的唯一触发器是

func viewControllerAtIndex(index : Int) -> UIViewController?

并寻找index == 3,然后执行segue但是index == 3永远不会到达,因为没有第4页?我错过了什么?

1 个答案:

答案 0 :(得分:0)

没有索引3.最后一个索引是2.因为它从0 - 1 -2开始。