Animations in Swift(mathewsanders.com) |
Animations in Swift(mathewsanders.com) |
You brought up a couple of neat concepts that I wasn't aware of, especially "UISystemAnimation.Delete".
The main goal was try and introduce these APIs to designers, since there seems to be a current of interest around designers getting excited about learning Swift.
I've had some feedback that I've made a bit of a mess with casting when trying to calculate a random number - would appreciate any best practices or thoughts on that...
delay = NSTimeInterval(arc4random_uniform(900)+100) / 1000
Not sure why I didn't do that in the first place...
Also, this is the community's periodic reminder that not all ObjC (and soon Swift) is iOS; people still write (and use! imagine that!) OS X apps.