如何让一个选项卡为全部方向,而另一个选项卡为横向?
我有一个选项卡栏应用程序,我不会将一个选项卡方向设置为全部,而将其他选项卡方向设置为横向。我怎样才能做到这一点?
I have a tabbar app and I won't one tabs orientation to be all and the other tabs orientation to be landscape. How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将委托分配给实现此方法的 UITabBarController:
然后检查选择了哪个
UITabBarItem
并相应地调整方向。Assign a delegate to UITabBarController, which implements this method:
Then check which
UITabBarItem
was selected and adjust the orientation accordingly.