Skip to content

Instantly share code, notes, and snippets.

@samdods
Last active October 28, 2018 23:10
Show Gist options
  • Save samdods/36b0fc3a54ad0a2bc1fe3a348ad5ce28 to your computer and use it in GitHub Desktop.
Save samdods/36b0fc3a54ad0a2bc1fe3a348ad5ce28 to your computer and use it in GitHub Desktop.
class HomeViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment