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

Back button disappears #318

Open RensBloom opened 10 years ago

RensBloom commented 10 years ago

I have integrated a MWPhotoBrowser in my app and we're encountering the following issue in iOS 8: When launching the PhotoBrowser with animated:YES, we can see the navigation bar at the top of the screen including the back arrow image, back title etc. After about half a second, the navigation bar is still visible but the back arrow image becomes invisible. When launching the PhotoBrowser with animated:NO the back arrow will never be visible.

RensBloom commented 10 years ago

Cause seems to be the code in the method performLayout, following at the comment "// We're not first so show back button". This code with the goal of showing the back button proves to hide the back button.