Search code examples
iosiphonexcodeswift5hig

swift 5 How to set icon App in Switch Screen


How to set the app icon in the app switcher screen?

enter image description here


Solution

  • You have to provide the required App Icon assets. Please refer to HIG documentation:

    Every app must supply small icons for use on the Home screen and throughout the system once your app is installed, as well as a larger icon for display in the App Store.

    So in your Images.assets just put all required app icon assets and that's it.