pNre / ExSwift

A set of Swift extensions for standard types and classes.
Other
3.38k stars 318 forks source link

Add UIColor Extension #136

Open adin283 opened 9 years ago

adin283 commented 9 years ago

add two convenience init methods for UIColor usage eg:

UIColor(hex: 0x6299F7 alpha: 0.5)
UIColor(hex: 0x6299F7)