PSCollectionView icon indicating copy to clipboard operation
PSCollectionView copied to clipboard

Fixed bug that was causing the didSelectCell call to not be called when it should have been

Open helzapps opened this issue 11 years ago • 1 comments

... rect through CGRectIntegral because the rect created and passed into the indexToRectMap sometimes would not match the actual rect created for the view when the NSStringFromCGRect call was subsequently made in the - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch and - (void)didSelectView:(UITapGestureRecognizer *)gestureRecognizer due to rounding that sometimes occurred. This ultimately ended up in the - (void)collectionView:(PSCollectionView *)collectionView didSelectCell:(PSCollectionViewCell *)cell atIndex:(NSInteger)index not being called when a cell actually had been tapped.

helzapps avatar Aug 15 '14 13:08 helzapps

Great!

hyq9527 avatar Jan 06 '15 07:01 hyq9527