issues
search
JunAILiang
/
JMTabBarController
超强自定义tabBar
MIT License
149
stars
38
forks
source link
没法拦截特定 TabBarItem 的点击事件
#6
Open
LemonChao
opened
5 years ago
LemonChao
commented
5 years ago
(BOOL)tabBarController:(UITabBarController
)tabBarController shouldSelectViewController:(UIViewController
)viewController 系统提供的这个代理方法怎么是实现呢
FreshManCode
commented
3 years ago
1.先添加一个如下图所示的新增代理方法
2.如下图所示,根据该代理方法来做相关拦截.
3.实现该代理方法,对某些需要拦截的索引做判断