RCCPeakableImageView icon indicating copy to clipboard operation
RCCPeakableImageView copied to clipboard

motionEffect not working when used in a collectionView

Open willli666 opened this issue 11 years ago • 3 comments

When RCCPeakableImageView placed in a collectionViewCell, it only works for its first appearing. Once the cell is reused by another cell, the motionEffect is lost and the size is changing unexpectedly.

willli666 avatar Feb 14 '14 05:02 willli666

Same issue here. @johnnyclem 's fix doesn't work either. If you try scrolling up and down on either one of the table view or collection view examples, the image size will become altered and motionEffect becomes lost.

Hoya avatar Oct 16 '14 04:10 Hoya

For anyone that's having trouble with this issue, I've implemented a fix. Not sure when it will be pulled into the main repo but in the meanwhile you can clone it here.

Hoya avatar Oct 24 '14 07:10 Hoya

@Hoya Thanks for that. Could you please send me a pull request? I'll merge the changes then.

robertoseidenberg avatar Oct 24 '14 11:10 robertoseidenberg