Created
June 5, 2016 11:25
-
-
Save olxios/aebdab35a38755c36fe28608c3b3b820 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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