lxcid / LXReorderableCollectionViewFlowLayout

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.

Home Page:http://lxcid.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transparent Cells

foFox opened this issue · comments

I have an issue with a transparent cell, when I do a long press, and cell gets scaled up a little, the background of the cell becomes black, and it briefly flickers.

Just to let everyone know, this is not a bug.
The layout actually checks if the cell is set to opaque and then sets the background for the image context accordingly.
To fix this, just set your cells opaque property to false