lxcid / LXReorderableCollectionViewFlowLayout

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
http://lxcid.com/
MIT License
1.86k stars 328 forks source link

dragging cells with alpha != 1 #76

Closed roiholtzman closed 9 years ago

roiholtzman commented 9 years ago

Hi, when dragging items with alpha parameter that is not 1, the items that are moving in the background (not the item that is being dragged) are changed to alpha=1. Is there a way to fix it?

yoobato commented 9 years ago

Maybe set opaque = NO

roiholtzman commented 9 years ago

I'm not sure how (maybe it's related to the new Xcode 6) but this problem does not happen anymore - even on iOS 7.1.