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

snapshotViewAfterScreenUpdates cause iPhone 6/6 Plus whole screen to zoom when begin to drag

jjksam opened this issue · comments

I found the new API introduced in iOS 7 snapshotViewAfterScreenUpdates will cause the problem as title
in LXReorderableCollectionViewFlowLayout.m

  • (UIView *)LX_snapshotView {
    snapshotViewAfterScreenUpdates

I dont' know will it happen in iPhone 6 real machine.
ps: I've only tested in simulator, I have no iPhone 6/6Plus in hand.

I believe this is due to the automatic resizing done for the iphone 6/6+ when you don't "tell" iOS that you've adapted for that size by including an appropriate launch image. I saw this problem when I didn't have those launch images, but then it went away when I did.

How did I miss this issue when I was searching for screen flicker problems.

I created a separate issue (#87) which is the same at this one. Sorry.