简体   繁体   中英

Is it possible to set the icon or launch screen in Xcode programmatically?

I have an app that would get used by different clients with slight tweaks for each client, including a different icon and launch screen. Is it possible to program the app to grab those images off of a server and use them, or would I need to manually put them into each iteration of the app the normal way?

It is impossible to change the App Icon programmatically using only public API as well as change launch screen at runtime. You may create some kind of "fake"- launch screen , that will be the first UIViewController in your app and will dismiss automatically short after being presented.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM