Skip to content

Instantly share code, notes, and snippets.

@GE-N
Last active August 29, 2015 14:24
Show Gist options
  • Save GE-N/16c1ba695d341e0ff44b to your computer and use it in GitHub Desktop.
Save GE-N/16c1ba695d341e0ff44b to your computer and use it in GitHub Desktop.
Random colour on Swift
let randomBgColor = UIColor(red: CGFloat(drand48()), green: CGFloat(drand48()), blue: CGFloat(drand48()), alpha: 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment