I would like to have an effect like the one in iTunes radio album/playlist on my UIImageView or UIView. I am not sure how I would start with this. Is there any source code or a tutorial about making this kind of stacked effect and animation where it changes position depending on which is currently being viewed and centered on screen.

enter image description here

有帮助吗?

解决方案

You probably can get desired effect with Parallax scrolling album covers with UICollectionView. (Inspired by iTunes Radio.)

GitHub Repo link

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top