标签: ios events tabbar
我需要在Xcode的标签栏中按下标签按钮时触发事件。我无能为力吗?有人能帮我吗?
答案 0 :(得分:0)
你应该使用UITabBarDelegate到你的UITabBar并定义tabBar:didSelectItem:
如下所述: How do you connect a tab bar item to an action?