Skip to content

Instantly share code, notes, and snippets.

@kgn
Last active March 15, 2016 07:06
Show Gist options
  • Save kgn/ed4985f3a981b8b06841 to your computer and use it in GitHub Desktop.
Save kgn/ed4985f3a981b8b06841 to your computer and use it in GitHub Desktop.
if let tintColor = configData["tint_color"] as? [CGFloat] where tintColor.count == 3 {
self.window?.tintColor = UIColor(red: tintColor[0], green: tintColor[1], blue: tintColor[2], alpha: 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment