hyperoslo / Lightbox

:milky_way: A convenient and easy to use image viewer for your iOS app
https://www.hyper.no
Other
1.63k stars 329 forks source link

Click close don't dismiss the controller #242

Closed cchamnab closed 4 years ago

cchamnab commented 4 years ago

When I click button Close , the gallery controller won't dismiss

tadeha commented 4 years ago

Me too. iOS 13.

petepoth commented 4 years ago

In iOS 13 set lightboxController.modalPresentationStyle = .fullScreen to fix this issue.