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

LongPress show whiteItem which you pressed in iPhone7 #107

Closed ZYVIP closed 8 years ago

ZYVIP commented 8 years ago

LongPress show whiteItem which you pressed in iPhone7.Please give me an advise,thank you

ZYVIP commented 8 years ago

7s

ZYVIP commented 8 years ago

原因找到了,snapshotViewAfterScreenUpdates这个方法在iPhone7和7P上面运行时是无效的

KelaKing commented 8 years ago

@ZYVIP 是真机上也有问题,还是只有模拟器有问题? Is iPhone have the problem, or only with the simulator?