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