Open phatmann opened 8 years ago
Feel free to make PR with functionality
I took a look at the relevant code but found it difficult to follow. Can you tell me the general intent of the pan gestures?
By using pan gestures you can dismiss using some of edges of presented controller or by holding finger on presented view controller and slide it
Can you tell me exactly what those intended gestures are?
If my view slides in from the left and I have
allowDismissByPanningPresentedView
set to true, I would expect a pan gesture on the view to the left to dismiss the view. However, I can only pan the view up and down. Furthermore, when I pan up the view moves down and vice versa. The up/down pan gestures do not dismiss the view, but I would not expect them to do so.