Animation Using Image Sequence in IPhone

Introduction

In this article I will create a single-view application. Here I use a single image view from outlets and use 3 images in a sequential manner. To understand better use the following.

Step 1

Open XCode by double-clicking on it.

Select-xcode-in-iphone.jpg

Step 2

Create a New XCode Project by clicking on it.

create-project-in-iphone.jpg

Step 3

Now select Single View Application and click on Next.

single-view-application-in-iphone.jpg

Step 4

Now provide your Product Name and Company Identifier then click on Next.

project-name-in-iPhone.jpg

Step 5

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

save-project-location-in-iphone.jpg

Step 6

Initially we import images by dragging and dropping from the Desktop to the xcode project.

images-in-Xcode- window-in-iPhone.jpg

Step 7

Here we write code:

AnimationViewController.h-in-iPhone.jpg

AnimationViewController.m-in-iPhone.jpg

AnimationViewController.Xib-in-iPhone.jpg

Step 8

At last we run our application and see the output.

Output

Output 1 in iPhone:

output1-in-iPhone.jpg

output2-in-iPhone.jpg

output3-in-iPhone.jpg

Output in iPad:

output1-in-iPad.jpg

output2-in-iPad.jpg

output3-in-iPad.jpg


Similar Articles