Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 364 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 364 Bytes

UIColor-RandomSwift

Generate random UIColors written in Swift.

Installation

pod 'UIColor+RandomSwift'

Usage

Generate a random color

import UIColor_RandomSwift

UIColor.random

With a seed

The same seed always generates the same color.

import UIColor_RandomSwift

UIColor.random("seed string")

License

MIT