A collection view that fixing some issues with inserting/deleting items in a collection view layout that uses UIKit Dynamics.
Simply use MYSCollectionView
in place of UICollectionView
whenever you are going to use create a subclass of
UICollectionViewFlowLayout
that uses a dynamic animator.
iOS 7+
MYSCollectionView is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "MYSCollectionView"
Adam Kirk, [email protected]
MYSCollectionView is available under the MIT license. See the LICENSE file for more info.