Question

I want to implementing coverflow like the one on the below image show below (instead of showing 1 at a time it can show many like 3 at a time). Can someone help me on the approach, or lead me to any tutorial will be appreciatedenter image description here Thank you in advance

Was it helpful?

Solution

what i understood from your question is that you want to implement coverflow.

so u can achieve this using by adding UIScrollView to UItableView Cell, if you want only one row then just play with our few tableView delegate methods.

This tutorial help you to proceed. revert back if you need any help.

EDIT:

also take a look at this post: Check here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top