Created
June 5, 2016 11:24
-
-
Save olxios/28046566048af6db2fdad6d146eb033d 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
#pragma mark Page Indicator | |
- (NSInteger)presentationCountForPageViewController:(UIPageViewController *)pageViewController | |
{ | |
return [_contentImages count]; | |
} | |
- (NSInteger)presentationIndexForPageViewController:(UIPageViewController *)pageViewController | |
{ | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment