开发者

How to access iPhone Simulator's images

开发者 https://www.devze.com 2023-01-18 15:07 出处:网络
Is there any way to access the internal images that the iPhone simulator uses? For example, if I want to get the original image used for one of the default app icons (e.g. Contacts). This way I could

Is there any way to access the internal images that the iPhone simulator uses?

For example, if I want to get the original image used for one of the default app icons (e.g. Contacts). This way I could get the highest possible resolution, and examine it for purposes of creating similar icons for my app.

Another example of an image I might want to access is the default icon for a contact:

How to access iPhone Simulator's images

I'm not asking for a programmatic solution (开发者_Python百科although that would work), I'm asking for a manual solution, possibly navigating the Simulator's file system using Finder.


You can find the apps at e.g. /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/Applications. The icon of Contacts is at /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/Applications/Contacts.app/icon.png or icon@2x.png. But you can't easily read them, as they are in a strange format (it's not standard PNG), you need to convert them. See for example this article or this article.


EDIT: added two more links for iphone icon images.

You dont need to do this.

Just grab a User Interface Kit:

Heres a website you can go to to download the .psd files which you can use for your self for free:

http://webdesignledger.com/freebi

For another library of iphone icons. This one includes the contacts icon:

http://www.iphonestudio.co.uk/page/iphone_icon_gallery

And here are the iphone icons on the main screen made downloadable for your own use. here are official icons in different sizes. check the quality of the Photos icon. wow.

http://www.iconarchive.com/category/application/iphone-icons-by-judge.html

Hope this helps.

Let me know if it did

PK

0

精彩评论

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