简体   繁体   English

如何在我的应用中使用iOS列表图标

[英]How can I use the iOS list icon in my app

I'm making an app and I want to use an icon that I find in many areas of iOS. 我正在制作一个应用程序,我想使用在iOS的许多区域中都可以找到的图标。 It's the list icon and can be seen in Apple's default calendar (iOS8 and iOS9) 这是列表图标,可以在Apple的默认日历(iOS8和iOS9)中看到

See images below first one is from Apple calendar. 请参阅下面的图像,第一个来自Apple日历。 Second one is from Microsoft OneNote app 第二个来自Microsoft OneNote应用

日历应用OneNote中

That specific icon is not a UIBarButtonSystemItem . 该特定图标不是UIBarButtonSystemItem You can see the full list of what icons there are in the UIBarButtonItem Class Reference . 您可以在UIBarButtonItem类参考中看到有关图标的完整列表。

Here is a link to an Icon Set that seems to have what you are looking for. 这是指向图标集的链接,该链接似乎具有您所需要的。

Ok so after downloading and running iOS-Artwork-Extractor on iOS 8.4, I found that you can find and extract tons of iOS icons embedded in the system. 好的,在iOS 8.4上下载并运行iOS-Artwork-Extractor之后,我发现您可以找到并提取嵌入在系统中的大量iOS图标。

I was eventually able to find the list icon. 我最终能够找到列表图标。 It's named UIButtonBarListIcon@2x.png 它名为UIButtonBarListIcon@2x.png

You can find the iOS-Artwork-Extractor here https://github.com/0xced/iOS-Artwork-Extractor 您可以在这里https://github.com/0xced/iOS-Artwork-Extractor找到iOS-Artwork-Extractor

This project will let you download "all" icons and save them to your Mac's Desktop. 该项目将使您下载“所有”图标并将其保存到Mac的桌面。 From there you can search through all the icons in your Mac's finder. 在这里,您可以搜索Mac查找器中的所有图标。 Pretty neat project. 相当整洁的项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM