-
Notifications
You must be signed in to change notification settings - Fork 85
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
images not displaying with iOS 8 #38
Comments
I comment out [self setNeedsUpdateConstraints] in AGPhotoBrowserCell.m. It's work in iOS7 and iOS8 #pragma mark - Setters
|
I commented out [self setNeedsUpdateContraints] in setCellImage: method, and the image has returned. Thank you. |
The zoomableview frame is getting set to (0,0,0,0). The root of this problem can be found in https://developer.apple.com/library/prerelease/ios/technotes/tn2154/_index.html |
In AGPhotoBrowserCell.m->setCellImage:, I tried to set its frame as parent view's bounds and set its bounds as full screen based on device orientation. It works for me. Hope it's helpful.
|
Thanks, @joliylee :D |
Thanks @ctku |
If you comment out [self setNeedsUpdateConstraints] in AGPhotoBrowserCell.m the images are displayed. But [statusBarDidChangeFrame] has a problem.
The text was updated successfully, but these errors were encountered: