sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
157 stars 216 forks source link

Fix close button background color for iOS #165

Closed fabianblum closed 5 years ago

fabianblum commented 5 years ago

Changes for the close button #150

garfai commented 5 years ago

[closeBtn setFrame:CGRectMake(0, viewHeight - 50, viewWidth, 50)]; caused the close button to align the centre sometime when rotating. The previous code works fine.