Custom image assets for use in the App Store

倾然丶 夕夏残阳落幕 提交于 2019-12-02 17:54:20

问题


In the iOS App Store, some apps are presented in a custom and non standard way.

Instead of a standard app icon and standard black text describing the app, some apps in the App Store feature a custom background color scheme and custom banner at the top of the screen.

In the below example, an image is used in the banner, along with a dark red background and white buttons and text.

Question:

How can customization be achieved in Xcode and Swift code for images that will appear in the App Store? Precisely what corresponding Image Assets need to be prepared in Xcode?

Image:


回答1:


This is special functionality that is only available to apps Apple wants to highlight. If/when your app qualifies, they will contact you regarding asset submission.



来源:https://stackoverflow.com/questions/40004973/custom-image-assets-for-use-in-the-app-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!