如何在 iOS 中发现 UITabBar 切换 UITabItem 的时间
我需要这个,所以当我切换选项卡项时,它将一个数组项移动到另一个数组中。
I need this so when I switch tab items it moves an array item in to another array.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您使用的是
UITabBarController
,您将需要UITabBarController
委托方法tabBarController:didSelectViewController:
。Assuming you're using a
UITabBarController
you'll want theUITabBarController
delegate methodtabBarController:didSelectViewController:
.