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

Compatibility XCode 8 #36

Open
phetsana opened this issue Sep 8, 2016 · 4 comments
Open

Compatibility XCode 8 #36

phetsana opened this issue Sep 8, 2016 · 4 comments

Comments

@phetsana
Copy link

phetsana commented Sep 8, 2016

It seems that latest XCode 8 broke the code. Elements position are wrong after scrolling.

@nghuiqin
Copy link

nghuiqin commented Sep 13, 2016

+1 I need help to fix this, I believe this is happened because of changes in collectionView after Xcode 8. Anyone has any idea?
Here is the result from example, there is a unexpected cell showing up.
img_1589

@golenkovkostya
Copy link

golenkovkostya commented Sep 16, 2016

quick fix is just turn off collection view prefetch content in iOS 10
self.collectionView.prefetchingEnabled = false
@baby03201 @phetsana

@phetsana
Copy link
Author

Thank you @golenkovkostya for this quick fix

@EmmanuelC19
Copy link

EmmanuelC19 commented Apr 6, 2017

that works ! thank you @golenkovkostya !

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

4 participants