ra1028 / RAReorderableLayout

A UICollectionView layout whitch can move item with drag and drop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blinking on a long press gesture

gerchicov-bp opened this issue · comments

When I simply tap and hold a touch the application blinks.
Simulator 8.1 but it seems it will occur in all the versions

changing

    self.cell!.drawViewHierarchyInRect(self.cell!.bounds, afterScreenUpdates: true)

to false solved it to me.