snapshotViewAfterScreenUpdates cause iPhone 6/6 Plus whole screen to zoom when begin to drag
jjksam opened this issue · 2 comments
jjksam commented
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.
mackworth commented
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.
BrettSchumann commented
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.