UINavigationBar 图像 - Objective C

发布于 2024-11-16 06:33:13 字数 185 浏览 1 评论 0原文

如何将图像添加到作为 UIButton 的 UINavigationBar?例如,看一下 Safari 应用程序。它的底部 UINavigationBar 上有一些不错的按钮。我想在 UINavigationBar 上放置一个共享按钮。有谁知道该怎么做?有谁知道我在哪里可以找到“分享”按钮?例如,“共享”按钮的类型,可以拉出电子邮件并向某人发送电子邮件。

How can I add an image to a UINavigationBar that is a UIButton? For example, take a look at the Safari app. It has some nice buttons on the bottom UINavigationBar. I'd like to put a Share button on a UINavigationBar. Does anyone know how to do this? And does anyone know where I can get a "Share" button? For instance, the type of "Share" button that pulls up an email and emails someone something.

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

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

发布评论

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

评论(1

2024-11-23 06:33:13

底部栏是 UIToolbar< /code>按钮是 UIBarButtonItem 。您可以使用 initWithImage:style:target:action: 初始值设定项来达到您的目的。

The bottom bar is a UIToolbar and the buttons are instance of UIBarButtonItem. You can use the initWithImage:style:target:action: initializer for your purpose.

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