Tuesday, November 8, 2016

Import icons into XCode

By using Assets Catalog

  1. Extract the zip file in your desktop.
  2. Find the ios directory inside the extracted file
  3. Go to the General tab of your project settings, select the corresponding Target.
  4. In Appicon and launch images, select to use Assets catalog, open the asset catalog by clicking the arrow icon.
  5. Now drag the AppIcon.appiconset folder directly into the opened asset catalog in your XCode Project.
  6. Now you should see the icons imported. Make sure to select to use it.
  7. Clean and build your project. You should now see the icons in live!

No comments:

Post a Comment