Last active
August 29, 2015 14:24
-
-
Save GE-N/16c1ba695d341e0ff44b to your computer and use it in GitHub Desktop.
Random colour on Swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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