andreagiavatto / AGPhotoBrowser

A photo browser for iOS inspired by Facebook.
Apache License 2.0
447 stars 85 forks source link

OverlayView problems with title and description #36

Open eridbardhaj opened 10 years ago

eridbardhaj commented 10 years ago

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