如何制作这样的 UIBarButtonItem
我怎样才能制作这样的 UIBarButtonItem:
我在 SystemItem 值中找不到它。
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我怎样才能制作这样的 UIBarButtonItem:
我在 SystemItem 值中找不到它。
谢谢
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您称为信息按钮的图像按钮。它是一个系统按钮,
使用下面的方法将其作为您的 rightBarButtonItem
这里是 UIButtonType
The Image button which you have called info button.It's an system button,
Use below to get it as your rightBarButtonItem
Here is the documentation link to UIButtonType
这可能使用类似的东西:
我尝试过:
但似乎使用自定义视图时,边框样式不会被应用。
That's probably using something like:
I tried with:
but it seems like with a custom view the bordered style doesn't get applied.
@Jhaliya 的快速复制粘贴答案的 Swift 版本:
Swift's version of @Jhaliya's answer for quick copy-paste: