MoveMe

Last Revision:
Version 5.1, 2015-09-24
Upgraded to iOS 8.0 SDK, added auto layout support.
(Full Revision History)
Build Requirements:
iOS 8.0 SDK or later
Runtime Requirements:
iOS 8.0 or later

This application illustrates simple drawing, touch handling, and animation using UIKit and Core Animation.

A touch inside a placard animates it in two ways: Its transform is changed such that it appears to pulse, and it is moved such that its center is directly under the touch.

A drag moves the placard so that it remains centered under the touch. When the touch ends, the placard is animated back to the center of the screen, and its original (identity) transform restored.