是否有可能获得iOS内置控件中使用的资源?

时间:2022-09-21 15:33:35

Is it possible to get the assets (the PNGs) used in some iOS built-in controls like the slider, switch or stepper?

是否有可能获得某些iOS内置控件(如滑块,开关或步进器)中使用的资源(PNG)?

2 个解决方案

#1


7  

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.

您可以使用在iOS模拟器中运行的UIKit Artwork Extractor执行此操作,并在桌面上生成包含文件的目录。

#2


2  

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.

您可以使用越狱的iPhone或使用可让您从Mac / PC访问iPhone文件系统的应用程序(如DiskAid)获取它们。

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

但您也可以在网上找到包含所有iOS GUI元素的PSD文件,例如:

Guess this will be easier...

猜猜这会更容易......

#1


7  

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.

您可以使用在iOS模拟器中运行的UIKit Artwork Extractor执行此操作,并在桌面上生成包含文件的目录。

#2


2  

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.

您可以使用越狱的iPhone或使用可让您从Mac / PC访问iPhone文件系统的应用程序(如DiskAid)获取它们。

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

但您也可以在网上找到包含所有iOS GUI元素的PSD文件,例如:

Guess this will be easier...

猜猜这会更容易......