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

Collection View Flicker on iPhone 6 and iPhone 6 Plus #87

Open
BrettSchumann opened this issue Apr 24, 2015 · 2 comments
Open

Collection View Flicker on iPhone 6 and iPhone 6 Plus #87

BrettSchumann opened this issue Apr 24, 2015 · 2 comments

Comments

@BrettSchumann
Copy link

I wonder if anyone can shed some light on the problem I am having. When the long press is activated the UICollectionView has a very brief flicker (like a bad reload). This only seems to happen on the iPhone 6 and the iPhone 6+ (both on device and sim) but does not seem to happen on the following devices iPhone 3GS (iOS6), iPhone 4 (iOS7), iPhone 5 (iOS7) and iPhone 5 (iOS8)

Does anyone have any clues ? I have tried setting the cells opaque values to NO but did not result in any change.

Just to confirm the whole screen flickers - including the nav bar etc. It appears as if the screen animates from small to large in a fraction of second and make the flicker.

@BrettSchumann
Copy link
Author

Just as a heads up to others out there that have this problem or similar it is to the with [self snapshotViewAfterScreenUpdates:YES]; and the screen sizes on iPhone 6/6+ when your storyboards and stuff is still coded again screen sizes for iPhone 5 and below. I updated the YES to NO and it solved the problem for me but made not difference to the way the library worked.

http://stackoverflow.com/questions/25951277/snapshot-methods-broken-on-iphone-6-device-and-simulator/26532531#26532531

The above link may shed some light on the subject.

katzenbaer added a commit to katzenbaer/LXReorderableCollectionViewFlowLayout that referenced this issue May 14, 2015
@mgiraldo
Copy link

this fixed the flicker on my project too and it was happening in other iPhone models

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

2 participants