ios5 - Design upgrade to iPad 3 filenames -


i have app needs upgraded png files support retina. how done in regards filenames when have folder 40 files buttons etc.

sorry "stupid" question have start somewhere..

for images within app, double size of image , put @2x suffix on image. example, if have 100px x 44px button image named mybutton.png. you'd create 200px x 88px image named mybutton@2x.png. place button in same folder other image , os take care of rest you.

secondly, if you're worried nomenclature launch images , image icons i'd recommend reading on freshly updated programming guide , human interface guidelines.

lastly, created nice little inforgraphic combines requirements easier read format. feel free check out. lists what's required, names of new image files , sizes apple requires images. hope helps!

programming guide - images

human interface guidelines - images

ios image guide - inforgraphic


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -