如何让一个选项卡为全部方向,而另一个选项卡为横向?

发布于 2024-10-20 14:53:34 字数 63 浏览 1 评论 0原文

我有一个选项卡栏应用程序,我不会将一个选项卡方向设置为全部,而将其他选项卡方向设置为横向。我怎样才能做到这一点?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泅人 2024-10-27 14:53:34

将委托分配给实现此方法的 UITabBarController:

- (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item

然后检查选择了哪个 UITabBarItem 并相应地调整方向。

Assign a delegate to UITabBarController, which implements this method:

- (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item

Then check which UITabBarItem was selected and adjust the orientation accordingly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文