Changes

Jump to: navigation, search

An iOS 4 iPad Core Animation Tutorial (Xcode 4)

32 bytes added, 19:42, 17 May 2011
Detecting Screen Touches and Performing the Animation
}
</pre>
<google>BUY_IPAD_BOTTOM</google>
Before compiling and running the application we need to take some time to describe the actions performed in the above method. First, the method gets the UITouch object from the touches argument and the locationInView method of this object is called to identify the location on the screen where the touch took place:

Navigation menu