what the bug looks like 当我使用以下代码在UIPageViewController中显示那些小点时,我有这个奇怪的动作。我该如何解决?这是一个快速的错误还是我做错了什么?
func presentationCountForPageViewController(pageViewController: UIPageViewController) -> Int {
return numOfImages
}
func presentationIndexForPageViewController(pageViewController: UIPageViewController) -> Int {
return currentIndex
}