Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 5, 2016 11:24
Show Gist options
  • Save olxios/28046566048af6db2fdad6d146eb033d to your computer and use it in GitHub Desktop.
Save olxios/28046566048af6db2fdad6d146eb033d to your computer and use it in GitHub Desktop.
#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