When iOS 10.3 was launched it provided developers with the ability to let users change the icon in the app. In this fairly short tutorial I’ll show you how it’s done.
To begin, create a new project in Xcode. An iOS/Single View is a good place to start. Make sure you select Swift as the language. The same function can also be created with Objective-C, but this tutorial focuses on the Swift way.
setAlternateIconName Tutorial
We now need add some keys to Info.plist for the app. In particular, add the following: [Read more…]