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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: