Skip to content

Instantly share code, notes, and snippets.

@Quaggie
Created March 14, 2018 17:20
Show Gist options
  • Save Quaggie/01896acc627b7d79e2b50e94799ba6b2 to your computer and use it in GitHub Desktop.
Save Quaggie/01896acc627b7d79e2b50e94799ba6b2 to your computer and use it in GitHub Desktop.
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .white
// [...]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment