Changes

Jump to: navigation, search

Basic iPad Animation using Core Animation (Xcode 4)

375 bytes added, 19:53, 10 May 2011
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Previous (Xcode 4)|Previous]]<td align="center">[[IPad iOS 4 App development Essentials - Xcode 4 Edition|Table of Contents]]<td width="20%" align="right">[[Next (Xcode 4)|Next]]</td>
<tr>
<td width="20%"><td align="center"><td width="20%" align="right"></td>
</table>
<hr>
 
 
<google>BUY_IPAD</google>
 
 
The majority of the visual effects used throughout the iOS 4 user interface on the iPad and iPhone are performed using Core Animation. Core Animation provides a simple mechanism for implementing basic animation within an iPad application. If you need a user interface element to gently fade in or out of view, slide smoothly across the screen or gracefully resize or rotate before the user’s eyes these effects can be achieved using Core Animation in just a few lines of code.

Navigation menu