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

Rotation

Swift Basics - Sets

Things to consider when designing the user interface