Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 11, 2016 17:57
Show Gist options
  • Save olxios/1047e2cca68ebb9a048f5a6f8cbb9da0 to your computer and use it in GitHub Desktop.
Save olxios/1047e2cca68ebb9a048f5a6f8cbb9da0 to your computer and use it in GitHub Desktop.
func currentControllerIndex() -> Int {
let pageItemController = self.currentController()
if let controller = pageItemController as? PageItemController {
return controller.itemIndex
}
return -1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment