Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Created September 20, 2016 09:25
Show Gist options
  • Select an option

  • Save spotlessicode/a7144b1c31ec817ac760cf62deaebf7e to your computer and use it in GitHub Desktop.

Select an option

Save spotlessicode/a7144b1c31ec817ac760cf62deaebf7e to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
if (colorstring == "purple") {
self.view.backgroundColor! = UIColor.purple
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment