开发者

Is it possible to get the assets used in iOS built-in controls?

开发者 https://www.devze.com 2023-04-07 00:34 出处:网络
Is it possible to get the assets (the PNGs) used in some iOS built-in controls like the slider, switch or stepp开发者_运维问答er?You can do this with the UIKit Artwork Extractor which runs in the iOS

Is it possible to get the assets (the PNGs) used in some iOS built-in controls like the slider, switch or stepp开发者_运维问答er?


You can do this with the UIKit Artwork Extractor which runs in the iOS Simulator and produces a directory with the files on your desktop.


You may get them with a jailbreaked iPhone, or using an app that lets you access the iPhone filesystem from you Mac/PC, like DiskAid.

But you can also find PSD files with all the iOS GUI elements on the web, like:

  • http://www.teehanlax.com/blog/iphone-4-gui-psd-retina-display/
  • http://www.teehanlax.com/blog/ipad-gui-psd/

Guess this will be easier...

0

精彩评论

暂无评论...
验证码 换一张
取 消