在哪里可以获取 UITableView 中附件按钮的原始图像?
我想创建一个自定义附件图标以转到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此博客文章:
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.