PSCollectionView
PSCollectionView copied to clipboard
Update PSCollectionView.m ,Decimal precision problems lead gesture event does not respond
Decimal precision problems lead gesture event does not respond Old:NSStringFromCGRect(gestureRecognizer.view.frame) New:NSStringFromCGRect(CGRectIntegral(gestureRecognizer.view.frame))
This fixing the strange thing that some of the cell couldn't click. ThanX :heart: @muer2000
thinks