Where to find iPhone system buttons and icons graphics?

后端 未结 2 893
旧巷少年郎
旧巷少年郎 2021-01-03 09:09

I\'m trying to find a way to use the original Apple system buttons and icons in a web site. Is there a way to get these original graphics in png format?

There are no

2条回答
  •  没有蜡笔的小新
    2021-01-03 10:15

    You can download this UIKIT ARTWORK EXTRACTOR project from github and try run it on any simulator , it will extract the all icons of the current SDK and save it to your desktop with all icons.

    Source :
    https://github.com/0xced/UIKit-Artwork-Extractor
    Apple HIG Issue:
    https://github.com/0xced/UIKit-Artwork-Extractor/issues/11

    As per the above issue, The extracted appropriate icons can be used in your iphone apps but using it in other platform may cause any copyright issue.

提交回复
热议问题