Skip to content

Instantly share code, notes, and snippets.

@joninsky
Created December 13, 2018 02:06
Show Gist options
  • Save joninsky/752f3ade4299c7842bba9e80214fecc2 to your computer and use it in GitHub Desktop.
Save joninsky/752f3ade4299c7842bba9e80214fecc2 to your computer and use it in GitHub Desktop.
Conforming view controller
class LoginViewController: UIViewController, ApolloControllerAvailable {
//MARK: Properties
//MARK: Lifecycle
override func viewDidLoad() {
super.viewDidLoad()
//We have access!!
self.apolloController
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment