Import icons into XCode
By using Assets Catalog
- Extract the zip file in your desktop.
- Find the
ios
directory inside the extracted file
- Go to the General tab of your project settings, select the corresponding Target.
- In
Appicon and launch images
, select to use Assets catalog, open the asset catalog by clicking the arrow icon.
- Now drag the
AppIcon.appiconset
folder directly into the opened asset catalog in your XCode Project.
- Now you should see the icons imported. Make sure to select to use it.
- Clean and build your project. You should now see the icons in live!
No comments:
Post a Comment