ios coverflow displaying many items like three instead of one at a time

StackOverflow https://stackoverflow.com/questions/12559521

  •  03-07-2021
  •  | 
  •  

Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top