-1

enter image description here

enter image description here

The screenshots are captured from an app called "Pulse".

I want to have this kind of view, something like a horizontal scrollview, and should have a delegate method to notify when the scroll stops.

Is there any sources or APIs for this kind of view?

Thanks

John
  • 2,672
  • 2
  • 23
  • 29
  • 2
    [Sounds like you are looking for an open source Coverflow view](http://stackoverflow.com/questions/718984/open-source-coverflow-library-for-iphone). – Michael Dautermann May 30 '13 at 13:36
  • Coverflow is the keyword. Thanks. I didn't know what is it called. – John May 30 '13 at 13:38
  • Try with [iCarousel](https://github.com/nicklockwood/iCarousel) I have used it in my projects and fits with your description – Marioea May 30 '13 at 13:38

1 Answers1

1

Top component is coverflow and you can download sample code from below URL.

https://github.com/nicklockwood/iCarousel

bottom one is tableview. tableview is default component of iPhone SDK. you can use it with custom cell.

iPhone developer.
  • 2,122
  • 1
  • 16
  • 17