PSCollectionView icon indicating copy to clipboard operation
PSCollectionView copied to clipboard

A simple open source implementation of a Pinterest Pinboard for iOS

Results 24 PSCollectionView issues
Sort by recently updated
recently updated
newest added

1.Add vertical margin and horizontal margin. 增加纵向和横向间距属性。 2.Remove all rows that are not inside the visible rect and redundant. 修改移除可见视图的代码,用于解决reloadData全部刷新的问题

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 ![screen shot 2013-10-11 at 1 22 43 pm](https://f.cloud.github.com/assets/3062722/1312945/8e1f83b8-324a-11e3-9625-c9c9dd44df07.png)

How to add a horizontal indicator in PSCollectionView??