kevin-lyn/STPopup

How to make the popup view respond to drag?

7er0 opened this issue · 1 comments

7er0 commented

Is there any way to make the whole view draggable, and not just simply by touching the navBar?

This is not something I would like to support in STPopup because it might break if there is a scroll view embedded.
I guess you could workaround this by adding a gesture to your view and transform the container view of popup. Call dismiss when gesture is ended.