ra1028 / RAReorderableLayout

A UICollectionView layout whitch can move item with drag and drop.
MIT License
867 stars 140 forks source link

Patch 1 #21

Closed mergesort closed 8 years ago

mergesort commented 8 years ago

Marked init() as public, so it can be exposed in outside frameworks (like if you're using this in CocoaPods or Carthage).

ra1028 commented 8 years ago

@mergesort Thanks !!