When the current view controller is root, there is no need to pop it.
Also, there are cases that swipe gestures are used to open up side views on root like notifications list.
So I think it is reasonable to disable panRecognizer on SloppySwiper when the current view controller is root.
When the current view controller is root, there is no need to pop it. Also, there are cases that swipe gestures are used to open up side views on root like notifications list. So I think it is reasonable to disable panRecognizer on SloppySwiper when the current view controller is root.
Anyway, thanks for your great library!