Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 943 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 943 Bytes

MYSCollectionView

Version Platform

A collection view that fixing some issues with inserting/deleting items in a collection view layout that uses UIKit Dynamics.

Usage

Simply use MYSCollectionView in place of UICollectionView whenever you are going to use create a subclass of UICollectionViewFlowLayout that uses a dynamic animator.

Requirements

iOS 7+

Installation

MYSCollectionView is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "MYSCollectionView"

Author

Adam Kirk, atomkirk@gmail.com

License

MYSCollectionView is available under the MIT license. See the LICENSE file for more info.