Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 5, 2016 11:25
Show Gist options
  • Save olxios/aebdab35a38755c36fe28608c3b3b820 to your computer and use it in GitHub Desktop.
Save olxios/aebdab35a38755c36fe28608c3b3b820 to your computer and use it in GitHub Desktop.
// MARK: - Page Indicator
func presentationCountForPageViewController(pageViewController: UIPageViewController) -> Int {
return contentImages.count
}
func presentationIndexForPageViewController(pageViewController: UIPageViewController) -> Int {
return 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment