PageViewController底部点bug

时间:2016-07-10 05:37:53

标签: swift uipageviewcontroller

what the bug looks like 当我使用以下代码在UIPageViewController中显示那些小点时,我有这个奇怪的动作。我该如何解决?这是一个快速的错误还是我做错了什么?

func presentationCountForPageViewController(pageViewController: UIPageViewController) -> Int {
    return numOfImages
}

func presentationIndexForPageViewController(pageViewController: UIPageViewController) -> Int {
    return currentIndex
}

0 个答案:

没有答案