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

images not displaying with iOS 8 GM #37

Open
marcd opened this issue Sep 12, 2014 · 2 comments
Open

images not displaying with iOS 8 GM #37

marcd opened this issue Sep 12, 2014 · 2 comments

Comments

@marcd
Copy link

marcd commented Sep 12, 2014

The AGPhotoBrowser.xcodproject is not displaying images when selected.

I have been testing my app for iOS 8 and experienced a problem where images were not displaying. I cache images in an NSDictionary after they are loaded. The image displays when loaded from the network, but is not displayed when loaded from the NSDictionary Cache. After much research I installed the AGPhotoBrowser app on an iPad mini to test and images are not displayed when selected from the viewcontroller.

This leads me to believe that my problem is with AGPhotoBrowser.

Has any testing been done with xCode 6 and iOS 8. I experienced the problem in beta 6 and GM.

@marcd
Copy link
Author

marcd commented Sep 14, 2014

I have been experimenting with the AGPhotoBrowser project. The problem appears to be related to updateConstraints. When I comment out [self setNeedsUpdateConstraints] in AGPhotoBrowserCell.m the images are displayed, although not correctly due to constraints not being set.

@marcd marcd closed this as completed Sep 14, 2014
@marcd marcd reopened this Sep 17, 2014
@snarshad
Copy link

I'm having the same issue, and also discovered that commenting out updateConstraints seems to solve it. I'm not sure what the "correct" solution is though.

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