Created
June 11, 2016 17:55
-
-
Save olxios/06ec806989aa235caf73254c0336188e 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
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