开发者

Which event is called when I press on a part of the tab bar?

开发者 https://www.devze.com 2023-01-16 23:18 出处:网络
An 开发者_开发知识库example: For UITabBar, set the delegate and implement UITabBarDelegates -tabBar:didSelectItem:.

An 开发者_开发知识库example:

Which event is called when I press on a part of the tab bar?


For UITabBar, set the delegate and implement UITabBarDelegates -tabBar:didSelectItem:.
With UITabBarController it is UITabBarControllerDelegates -tabBarController:didSelectViewController:.

0

精彩评论

暂无评论...
验证码 换一张
取 消