I am using MWPhotobrowser library as a photo viewer in my app. There is an option one can set e.g..
Mbrowser.wantsFullScreenLayout=YES;
This shows the photos in fullscreen mode. All works good.
But when i use PKRevalController library in my app
https://github.com/pkluz/PKRevealController
It makes my photobrowser leave a space equal to height of status bar over the navigation controller. It happens when the navigation controller over the photo viewer disappears.
When i disable the wantsFullScreenLayout then it gets ok but always shows the status bar.
I dont know what is causing it. Any help will be much appreciated. Please refer to screen shot..!