Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created October 24, 2018 17:22
Show Gist options
  • Save vialyx/e652aaae27eb1b366a7d132f91dfeba9 to your computer and use it in GitHub Desktop.
Save vialyx/e652aaae27eb1b366a7d132f91dfeba9 to your computer and use it in GitHub Desktop.
import UIKit
class ViewController: UIViewController {
@IBOutlet weak var contentView: UIView!
override func viewDidLoad() {
super.viewDidLoad()
// Write that code
contentView.backgroundColor = .yellow
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment