mindz-eye / MYTableViewIndex

A pixel perfect replacement for UITableView section index, written in Swift
MIT License
523 stars 52 forks source link

iOS 13: UITableView in modal presentation conflicts with dismiss gesture #31

Closed Nemesisprime closed 4 years ago

Nemesisprime commented 5 years ago

Here is a new one coming with iOS 13 - when a UITableView is being presented as a modal, the index can't be dragged because it causes rubber banding as that modal's dismissal takes priority.

Just starting to digging into this, but it looks like there's going to need to be some sort of callback to hook into to disable that gesture recognizer during MYTVI touches (see: https://stackoverflow.com/questions/56718552/disable-gesture-to-pull-down-form-page-sheet-modal-presentation).

Nemesisprime commented 4 years ago

32 will solve this :)