Interface Builder

UI Elements

Code

@IBOutlet var someView: UIView!
@IBAction func someFunc(_ sender: UIButtonOrSomething) {…}

Miscellaneous