eggswift / ESTabBarController

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

selectedIndex、selectedViewController设置bug反馈 #252

Open ethancheung1990 opened 3 years ago

ethancheung1990 commented 3 years ago

通过调用selectedIndex、selectedViewController进行页面设置时,若shouldHijackHandler返回为true,由于selectedIndex、selectedViewController会默认调用父类UITabbarController的该属性(比如:selectedIndex=3),导致tabbar未选中3,但controller已切换到了3。