Create iOS7 Icon in Images.xcassets with Xcode5 -


how can 1 create ios7 icon in images.xcassets xcode5? i've searched many places, did not find required icon sizes were.

my app ios7+.

here screenshot:

enter image description here

i've added icons below in appicon.appiconset folder in mac. need add in xcode side bar? required sizes appicon.appiconset folder?

enter image description here

this easy & in-fact self explanable. need not have think name of icons. thing need worry sizes. here how infer sizes out of screen.

basic rule : multiply 1x or 2x shown in empty box pt value under it. when there 2 boxes 1x & 2x same pt value, let's 40pt, means have provide both sizes of images. 40x40 & 80x80 .

  1. make sure if app universal or device specific. based on that, need provide icons.
  2. point noted images.xcassets doesn't sizes files. catalog add files of specific sizes.
  3. now let's have myicon.png file of bigger size (its better create app icon size of 1024x1024, if not @ least 512x512).
  4. open images.xcassets & read each empty icon elements. there size name provided, already.
  5. now concentrate : if empty dasshed box reads 2x & text below reads iphone spolight - ios 5,6 settings - ios 5-7 29pt, actually seeking image double size of 29pt, need image size of 58x58
  6. you need re-size actual image using editor (previewer best editor) & create specific size. save & drag upon specific box.
  7. you done.

here sample read it. hope makes doubt clear going forward. you need not have worry naming conventions of images when using images.xcassets

once have images ready, drag & drop images.xcassets in xcode itself. make sure dropping appicon category. need things launchimage if interested.

enter image description here


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -