Search code examples
iosuiviewuiimageviewitunes

iTunes Radio stack effect


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


Solution

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

    GitHub Repo link