Self.view

Changing the background colour
self.view.backgroundColor = UIColor.red

You can also change how transparent or bold it is:
self.view.alpha = 0.5
self.view.alpha = 1.0

Comments

Popular posts from this blog

Swift Basics: Arrays

Swift 4 basics - protocols

Swift Basics - Tuples