UITabBar 获取所选项目
当从 iPhone/iPad 应用程序上的 UITabBar 选择项目时,如何捕获事件?
How can I catch the event when an item is selected from a UITabBar on iPhone/iPad app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UITabBar
有一个您可以使用的委托属性。创建一个实现UITabBarDelegate
的类和方法:就可以了
The
UITabBar
has a delegate property which you can use. Create a class that implements theUITabBarDelegate
and the method:will do the trick