Skip to content

Instantly share code, notes, and snippets.

@tylerlantern
Created December 24, 2018 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerlantern/cf1699e0f5af76ac1619adad26955756 to your computer and use it in GitHub Desktop.
Save tylerlantern/cf1699e0f5af76ac1619adad26955756 to your computer and use it in GitHub Desktop.
class MenuViewController : UIViewController {
@IBAction func action_dismiss(_ sender: Any) {
self.dismiss(animated: true, completion: nil)
}
override func viewDidLoad() {
super.viewDidLoad()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment