Created
October 24, 2018 17:22
-
-
Save vialyx/e652aaae27eb1b366a7d132f91dfeba9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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