Skip to content

Instantly share code, notes, and snippets.

@PavelGnatyuk
Created March 2, 2018 16:22
Show Gist options
  • Select an option

  • Save PavelGnatyuk/81c3b8b491e757b3567fb4c409049100 to your computer and use it in GitHub Desktop.

Select an option

Save PavelGnatyuk/81c3b8b491e757b3567fb4c409049100 to your computer and use it in GitHub Desktop.
func onAction() {
let controller = SecondViewController()
controller.delegate = self
self.navigation?.pushViewController(controller, animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment