PSCollectionView
PSCollectionView copied to clipboard
A simple open source implementation of a Pinterest Pinboard for iOS
1.Add vertical margin and horizontal margin. 增加纵向和横向间距属性。 2.Remove all rows that are not inside the visible rect and redundant. 修改移除可见视图的代码,用于解决reloadData全部刷新的问题
Fixed initialization
fixed demo app
support multiple cell types
You can now create a PSCollectionView in a Xib or Storyboard and wire the collectionViewDelegate and collectionViewDataSource as outlets.
Add a Demo app for PSCollectionView and fix PSCollectionView bug.
It's working fine in iOS 6 but scrolling stuck in iOS 7
This image shows the bug. Wants to make the library backward compatibile same is the problem with lower ios versions 
How to add a horizontal indicator in PSCollectionView??