I hereby claim:
- I am bryanstrader on github.
- I am bstrad (https://keybase.io/bstrad) on keybase.
- I have a public key ASBISAe8S_wrJbv8bkDgXnLwVb-918C_c153eZ5ugEjXxwo
To claim this, I am signing this object:
import UIKit | |
extension UIColor { | |
convenience init(hex: String, alpha: CGFloat = 1) { | |
assert(hex[hex.startIndex] == "#", "Expected hex string of format #RRGGBB") | |
let scanner = Scanner(string: hex) | |
scanner.scanLocation = 1 // skip # | |
var rgb: UInt32 = 0 |
I hereby claim:
To claim this, I am signing this object: