When I open browserView, it opens correctly but had some problem with description and title, which get aligned to top. When I rotate the view and turn it back to portrait the overlayView corrects itself and moves there where should be. I fixed this by adding this line [self.overlayView resetOverlayView]; on setupView (AGPhotoBrowserView). Please find another fix or add this line to it
When I open browserView, it opens correctly but had some problem with description and title, which get aligned to top. When I rotate the view and turn it back to portrait the overlayView corrects itself and moves there where should be. I fixed this by adding this line [self.overlayView resetOverlayView]; on setupView (AGPhotoBrowserView). Please find another fix or add this line to it