Skip to content

Instantly share code, notes, and snippets.

@scott-lydon
Created September 23, 2022 02:48
Show Gist options
  • Save scott-lydon/9db12dd32645d4ecaf5536930edc55f5 to your computer and use it in GitHub Desktop.
Save scott-lydon/9db12dd32645d4ecaf5536930edc55f5 to your computer and use it in GitHub Desktop.
extension ViewController {
@IBAction func blueTapped(_ sender: Any) {
navigationController?.pushViewController(BlueViewController.instantiate(), animated: true)
}
}
class BlueViewController: UIViewController {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment