单击选项卡时更改 UITabBarController 中的 UIViewController
我有带有 4 个选项卡的 UITabBarController。我在 UITabBarController 的每个选项卡上都有 4 个单独的视图。每当我单击 UITabBarController 的第三个选项卡时,我想更改 UITabBarController 的第二个选项卡的 UIViewController 。
I have UITabBarController with 4 tabs. I have individual 4 views on each of the tab of the UITabBarController. I want to change a UIViewController of second tab of the UITabBarController whenever i click the third tab of the UITabBarController.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过使用 UITabBarController 的委托来完成此操作 -
You can do this by using UITabBarController's delegate as -