简体   繁体   中英

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. It's the list icon and can be seen in Apple's default calendar (iOS8 and iOS9)

See images below first one is from Apple calendar. Second one is from Microsoft OneNote app

日历应用OneNote中

That specific icon is not a UIBarButtonSystemItem . You can see the full list of what icons there are in the UIBarButtonItem Class Reference .

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.

I was eventually able to find the list icon. It's named UIButtonBarListIcon@2x.png

You can find the iOS-Artwork-Extractor here https://github.com/0xced/iOS-Artwork-Extractor

This project will let you download "all" icons and save them to your Mac's Desktop. From there you can search through all the icons in your Mac's finder. Pretty neat project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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