mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.72k forks source link

Photo not showing up, action button has no result. #39

Closed JLamberson closed 12 years ago

JLamberson commented 12 years ago

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

mwaterfall commented 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.

JLamberson commented 12 years ago

If the browser is presented modally, in a standard navigation controller, shouldn't it work?

mwaterfall commented 12 years ago

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.