Closed JLamberson closed 12 years ago
Yes this is most likely caused by the use of PSStackedView. They say they have support for iOS 5 view controller containment coming soon so this will hopefully get things working.
The photo browser works on standard view controller containers, so as long as other custom container controllers function correctly then the browser should function fine.
If the browser is presented modally, in a standard navigation controller, shouldn't it work?
Yes it should work, however, if it's being presented from a view controller that isn't in, or managing, the view controller hierarchy properly then it may not work.
When I implement MWPhotoBrowser into my project (it appears modally), and after I load in the images (as UIImages), the images do not appear in the view, and the action button when pressed has no response.
The captions are present, but the photos are not.
Some things to point out: I am using MWPhotoBrowser in a project that uses a stacked layout controller (https://github.com/steipete/PSStackedView), could this be causing a problem?
Thanks