yuping1989 / YPTabBarController

功能强大,使用方便,可高度自定义的TabBarController。
MIT License
335 stars 93 forks source link

关于YPTabBarDelegate 的方法 #17

Closed wangbiye closed 7 years ago

wangbiye commented 7 years ago

我新建一个 ViewController 继承于 YPTabBarController, 然后遵守YPTabBarDelegate协议, 并且实现了didSelectedItemAtIndex的方法, 但是再 YPTabBarController 中该方法已经被实现过了, 在我自己的 Controller 中就要调用[super yp_tabBar:tabBar didSelectedItemAtIndex:index] 才可以, 要不然页面显示就会不正确, 这个写法总感觉怪怪的, 望解惑

yuping1989 commented 7 years ago

你可以在你的子类里面实现这个方法,didSelectViewControllerAtIndex