Skip to content

Instantly share code, notes, and snippets.

View apmason's full-sized avatar

Alex Mason apmason

View GitHub Profile
let a = "foo"
print(a.hashValue)
//prints 4799450059709064030
UIView .transition(with: testTextField, duration: 4, options: .transitionCrossDissolve,
animations: {
self.testTextField.textColor = UIColor.red
}, completion: nil)