Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 11, 2016 17:54
Show Gist options
  • Save olxios/c7d11a299a9a7dbeff51f2bc07c89b1f to your computer and use it in GitHub Desktop.
Save olxios/c7d11a299a9a7dbeff51f2bc07c89b1f to your computer and use it in GitHub Desktop.
- (UIViewController *)currentController
{
if ([self.pageViewController.viewControllers count])
{
return self.pageViewController.viewControllers[0];
}
return nil;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment