Closed nharbo closed 7 years ago
nevermind, I managed to fix it like this: swiper.panRecognizer.requireGestureRecognizerToFail(swiper.panRecognizer)
:-)
Cool!
@nharbo Hey, I want the same thing in my application.
if let temSwiper = self.navigationController?.delegate as? SloppySwiper { temSwiper.panRecognizer.require(toFail: temSwiper.panRecognizer) self.navigationController?.delegate = nil } It is not working.
Hi! Thanks for SloppySwiper - it really eases my work :-) But I would like to ask, how it's possible to turn if off, and then on again? I've tried to set the navigationController's delegate to nil to turn it off, without any luck.. Is there anything buildin that i'm missing? :-)