UITableViewCell 插入/添加样式绿色加号 (+) 按钮 - 如何抓取此图像?
我需要抓取 UITableViewCellEditingStyleInsert 按钮(绿色 +)的图像。当然,我想要常规尺寸和 2 倍尺寸。我没想到这会那么困难,但我很难找到它。有没有办法在不进行重大黑客攻击的情况下得到这个?
I need to grab the image for the UITableViewCellEditingStyleInsert button (green +). Of course, I would like to get it in the regular size and in 2x. I didn't think this would be so difficult, but I am having a hard time finding it. Is there a way to get this without a major hack?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有些网站提供 iPhone 用户界面元素的免费可下载矢量。您应该能够从这些包中获得绿色按钮。由于它们是矢量,因此您可以将它们调整为您想要的任何大小,而不会丢失细节。
以下是一个链接到多个提供这些下载的网站的网站:
iPhone UI 元素
如果这些都不起作用您可以尝试在线搜索“iPhone 矢量 UI 元素”之类的内容。
There are some sites that provide free downloadable vectors of the iPhone User Interface elements. You should be able to get the green button from these packages. Since they are vectors, you can resize them to any size you'd like without losing detail.
Here's one site that links to multiple sites offering these downloads:
iPhone UI Elements
If none of these work for you, try searching online for something like 'iPhone vector UI elements.'