ARTICLE
Animation in IPhone
In this article I will explain how to perform animation in iPhone.
Introduction
In this article I will create a small app In this we use sma all square shaped box which performs an animation when we click on the device screen. To understand it we use the following.
Step 1
Open XCode by double-clicking on it.

Step 2
Create a New XCode Project via click on it.

Step 3
Now select Single View Application and click on Next.

Step 4
Now give your Product Name and Company Identifier then click on Next.

Step 5
Select the location where you want to save your project and click on Create.

Step 6
Here we write code:


Step 7
Now select which platform you want to see output for.

Output
Output in iPhone:



Output in iPad:


