Changes

Basic iOS 8 Swift Animation using Core Animation

2 bytes removed, 18:00, 14 April 2015
no edit summary
<pre>
override func touchesEnded(touches: NSSetSet<NSObject>, withEvent event: UIEvent) { let touch = touches.anyObject() first as ! UITouch
let location = touch.locationInView(self.view)
<pre>
let touch = touches.anyObject() first as ! UITouch
let location = touch.locationInView(self.view)
</pre>