MJParallaxCollectionView 视差滑动效果

来源:互联网 发布:php中连接符 编辑:程序博客网 时间:2024/06/07 14:51

UICollectionView的动画效果,滑动时让 CollectionView 的每一行产生视差(Parallax)滑动效果。


Github源地址



This is a parallax for the cells inside UICollectionView. It gives us an effect just like scrolling the images in Whatsapp or scrolling through the Weather app for iOS.

Setting it up is really simple.

  1. Just create a NSString array contaning all the names for the images.
  2. Set up the Collection View datasource and delegate methods.
  3. Set the scrollViewDidScroll delegate method for your UICollectionView.
  4. That's it. Now run!

Optionally, you can change the animation speed for the images or the height of the images in the UICollectionViewCell by chnaging the constants used in MJCollectionViewCell.h



0 0
原创粉丝点击