我可以在视图控制器中使用 UITabBarSystemItem 吗?

发布于 2024-12-20 18:03:59 字数 233 浏览 0 评论 0原文

我在文档中看到我可以设置与 tabBarController 关联的每个视图控制器的 tabBarItem 属性。我可以设置标题,也可以设置图像。

但我不明白如何将其设置为 UITabBarSystemItem,它会显示类似搜索图标(UITabBarSystemItemSearch)的内容。

我可以使用系统项目为某些 tabBarItems 设置图像,并为其他 tabBarItems 使用我自己的自定义标题和图像吗?

I saw in the documentation that I can set the tabBarItem property of each view controller that is associated with my tabBarController. I can set the title and I can set the image.

But I don't understand how to set it to a UITabBarSystemItem, which would show something like a search icon (UITabBarSystemItemSearch).

Can I set the image using a system item for some tabBarItems and use my own custom title and image for others?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

浅笑依然 2024-12-27 18:03:59
myViewController.tabBarItem = [[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemSearch tag:7];
myViewController.tabBarItem = [[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemSearch tag:7];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文