Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to stop SloppySwiper from TabBarController? #25

Open
pankil9999 opened this issue Jul 14, 2017 · 1 comment
Open

How to stop SloppySwiper from TabBarController? #25

pankil9999 opened this issue Jul 14, 2017 · 1 comment

Comments

@pankil9999
Copy link

pankil9999 commented Jul 14, 2017

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

@dangthequan
Copy link

You should implement and set SloppySwipperDelegate
self.swiper.delegate = self

func sloppySwiperShouldAnimateTabBar(_ swiper: SloppySwiper!) -> Bool {
return false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants