Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jjksam opened this issue Feb 25, 2015 · 2 comments

Comments

@jjksam
Copy link

jjksam commented Feb 25, 2015

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
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants