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:
i've added icons below in appicon.appiconset
folder in mac. need add in xcode side bar? required sizes appicon.appiconset
folder?
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
.
- make sure if app universal or device specific. based on that, need provide icons.
- point noted
images.xcassets
doesn't sizes files. catalog add files of specific sizes. - now let's have
myicon.png
file of bigger size (its better create app icon size of 1024x1024, if not @ least 512x512). - open
images.xcassets
& read each empty icon elements. there size name provided, already. - now concentrate : if empty dasshed box reads
2x
& text below readsiphone spolight - ios 5,6 settings - ios 5-7 29pt
, actually seeking image double size of 29pt, need image size of58x58
- you need re-size actual image using editor (previewer best editor) & create specific size. save & drag upon specific box.
- 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.
Comments
Post a Comment