Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 11, 2016 17:55
Show Gist options
  • Save olxios/06ec806989aa235caf73254c0336188e to your computer and use it in GitHub Desktop.
Save olxios/06ec806989aa235caf73254c0336188e to your computer and use it in GitHub Desktop.
func currentController() -> UIViewController? {
if self.pageViewController?.viewControllers?.count > 0 {
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