alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
647 stars 119 forks source link

Dismissal gesture conflicts with iOS 13 system gesture #70

Open danqing opened 5 years ago

danqing commented 5 years ago

In iOS 13, modals don't take the full screen but instead show up like a card. When pulling down, you can drag the card down to a point it's dismissed. This conflicts with the library, as currently when you swipe down the card is dismissed right away (and not tracking the finger and only dismissed when the finger is raised).