Generate random UIColors written in Swift.
pod 'UIColor+RandomSwift'
import UIColor_RandomSwift
UIColor.random
The same seed always generates the same color.
import UIColor_RandomSwift
UIColor.random("seed string")
MIT
Generate random UIColors written in Swift.
pod 'UIColor+RandomSwift'
import UIColor_RandomSwift
UIColor.random
The same seed always generates the same color.
import UIColor_RandomSwift
UIColor.random("seed string")
MIT