2

I want to display a series of images like: enter image description here

Can anyone please let me know, is there any API which by which I can display the images as shown in demo image?

Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
iPhoneDv
  • 1,969
  • 1
  • 19
  • 34

3 Answers3

7

Here are some coverflow controls in cocoa controlls

Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
vamsi575kg
  • 594
  • 1
  • 7
  • 23
6

It is known as coverflow in iOS. Follow this link you will get what you wanted and will come to know how to implement it.

Or you can refer this question on stack overflow too.

Community
  • 1
  • 1
Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
5

Or you could use Image Carousel

Tutorial there is pretty good, and really easy and quick to set up

Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
AdamM
  • 4,400
  • 5
  • 49
  • 95