Skip to content

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

License

Notifications You must be signed in to change notification settings

200895045/MJParallaxCollectionView

 
 

Repository files navigation

MJParallaxCollectionView

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

Thanks!

Follow me or ask questions or just say Hi! at Twitter : @mayuur

Watch the demo below

Video

Photos from Unsplash

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%