Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created May 12, 2020 14:47
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 stevencurtis/beb17cc57c5d3b37896c8d17c56f7db8 to your computer and use it in GitHub Desktop.
Save stevencurtis/beb17cc57c5d3b37896c8d17c56f7db8 to your computer and use it in GitHub Desktop.
basicviewcontroller
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment