Workaround legal swipe actions from the left side#8
Workaround legal swipe actions from the left side#8ReDetection wants to merge 3 commits intoEnricoza:masterfrom
Conversation
|
I just noticed that proposed solution might be not optimal. What I did was to require all other gesture recognizers to fail (basically force-included all gestures to fall into the trap and opt out scroll-view one). Maybe we should instead only require UITableView recognizers to fail in order for EZ pan recognizer to recognize (so the other way around – none are required to fail except what we want to work). I have two reasons in mind:
I will include my updated solution here and push a new commit, but sure it's up to you which way to choose. |
|
I'm not sure this is the proper way forward. |
|
Sounds reasonable. Maybe a closure in the |
How I was able to fix #6