在哪里可以获取 UITableView 中附件按钮的原始图像?

发布于 2024-08-16 05:07:38 字数 225 浏览 3 评论 0原文

我想创建一个自定义附件图标以转到 UITableView 中单元格的右侧,并希望它与蓝色 > 相匹配,我尝试从头开始创建,它本身看起来不错,但当放在单元格旁边时蓝色>它看起来很混乱,两个图标看起来相似但风格不同。有谁知道我在哪里可以找到原始的 DetailDisclosure 按钮图标,以便我可以将其用作我的图标的基础?顺便说一句,尝试进行屏幕捕获,但您没有获得任何透明度信息。

问候

戴夫

I want to create a custom accessory icon to go to the right of my cell in a UITableView and want it to match the blue >, I have tried creating from scratch and it looks good on its own but when put next to a cell with the blue > it looks messy where the two icons look similar but not of the same style. Does anyone know where I can get hold of the original DetailDisclosure button icon so I can use it as a base for my icon? BTW tried doing a screen capture, but you don't get any transparency information with that.

Regards

Dave

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

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

发布评论

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

评论(1

z祗昰~ 2024-08-23 05:07:38

查看此博客文章:

http://0xced.blogspot.com/2009 /04/extract-uikit-artwork.html

将该代码放入项目中并在模拟器中运行它。它将从 UIKit 中提取艺术品并将其保存在应用程序的 Documents 目录中。 NSLog(documentsPath) 来查看它们要去哪里。它将为几乎所有内容保存大量图像。

Check this blog post:

http://0xced.blogspot.com/2009/04/extract-uikit-artwork.html

Put that code in a project and run it in the simulator. It will extract the artwork from UIKit and save it in the app's Documents directory. NSLog(documentsPath) to see where they're going. It will save out tons of images for pretty much everything.

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