How can I implement image flip animation towards right. the code given below. plz help .
imageview.animationImages=[NSArray arrayWithObjects:
[UIImage imageNamed:@"image1.png"],
[UIImage imageNamed:@"imag2.png"],
[UIImage imageNamed:@"imag3.png"],
[UIImage imageNamed:@"imag4.png"],
[UIImage imageNamed:@"imag5.png"],
[UIImage imageNamed:@"imag6.png"],
[UIImage imageNamed:@"imag7.png"], nil];
imageview.animationDuration=15.0;
imageview.animationRepeatCount=0;
[imageview startAnimating];
for vertical flip
for horizontal flip
and don’t forget to add QuartzCore framework to the project and importing