SloppySwiper
SloppySwiper copied to clipboard
How to stop SloppySwiper from TabBarController?
I add SloppySwiper to my Initial UINavigationController same like in Demo and it's working fine. but i want to disable it from UITabBarController means disable sloppySwiper in UITabBarController.
Can you guys please help out on this topic?
Thanks
You should implement and set SloppySwipperDelegate self.swiper.delegate = self
func sloppySwiperShouldAnimateTabBar(_ swiper: SloppySwiper!) -> Bool { return false }