Closed cacalialia closed 8 years ago
I have found the solution by my self. Two methods was needed:
func presentationCountForPageViewController(pageViewController: UIPageViewController) -> Int {
return pages.count
}
func presentationIndexForPageViewController(pageViewController: UIPageViewController) -> Int {
return 0
}
Hi,
can you give an advice how to implement PageControl to show witch page is opened? I have tried to add pageControl configuration the by adding this code in AppDelegate.swift file
but no success