Skip to content

Instantly share code, notes, and snippets.

@gaeng2y
Created April 13, 2022 09:32
Show Gist options
  • Save gaeng2y/d41c176e38e203f60407ae59ed770e70 to your computer and use it in GitHub Desktop.
Save gaeng2y/d41c176e38e203f60407ae59ed770e70 to your computer and use it in GitHub Desktop.
basic vc
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
view.backgroundColor = .red
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment