eggswift / ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
MIT License
5.18k stars 580 forks source link

UITabBarControllerDelegate协议中的shouldSelect代理方法会调用两次 #138

Closed poos closed 6 years ago

poos commented 6 years ago

如上,如果在shouldSelect进行业务逻辑统计会存在错误

eggswift commented 6 years ago

- (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item;判断就好了