如何更改 TabBarController 行为?
我是 iPhone 新手,对于我的第一个应用程序,我需要覆盖 TabBarController 的正常行为。 我有 3 个选项卡,在第一个选项卡上我需要根据运行时的某些逻辑加载不同的视图。这可能吗?
我查看了 TabBarController 委托,但据我了解它不允许行为覆盖,只是“用户输入通知”。
有什么想法吗? 谢谢。
I'm an iPhone newbie and for my first application I need to override the normal behavior of TabBarController.
I have 3 tabs and on the first one I need to load a different view according to some logic at runtime. Is this possible?
I had a look at the TabBarController delegate but as far as I understand it doesn't allow behavior override, just "notification on user input".
Any idea?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要更改特定选项卡中的控制器,您可以:
To change the controller in a particular tab, you do: