You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: