Adding images to your project

Images.xcassets Find the "Images.xcassets" file – this is the Asset Catalog where you can manage all of the various images that your application uses. Drag your images files from finder into the relevant group within it.  This will cause the image to be copied into your projects filesystem and be add a reference to it […]

Read More

Screen Size & Screen Element Sizes

  Screen Resolutions iPhone 3, 3G 320x480px iPhone 4, 4S 640x960px iPhone 5, 5C, 5S 640 x 1136 iPhone 6 750 x 1334 iPhone 6 Plus 1242 x 2208 (seen by apps) which is downsampled to an actual screen output resolution of 1080 x 1920 (explanations here and here) iPad1, iPad2, iPad Mini original 768x1024px (20 pixels […]

Read More

Homescreen Icons For Websites

The iPhone 4 / iPad 3 and above need a 114px x 114px icon.  You can create separate resolution icons for each device type, but creating a single 114x114px icon is the easy option and allows it to be scaled for other devices. Save you icon in the root directory of the web site named as: apple-touch-icon-precomposed.png – […]

Read More

Default (Launch) Image

The default image is the image that loads while the application starts up.   Launch images for all devices must include the status bar region. Create launch images in the following sizes: If the status bar is shown 20 pixels will be covered from the relevant axis (40 pixels for the retina screen versions). The […]

Read More

Fonts

Supported iOS Fonts http://bees4honey.com/blog/tutorial/ios-fonts-iphone-4-and-ipad-fonts-list/ http://iphonedevelopment.blogspot.com/2010/08/fonts-and-font-families.html  

Read More

Application Icons

Apple Guides Apple Icon Guide Apple Naming Guide App Store Image (Updated for iOS7) Create the following files: iTunesArtwork.png (512x512px) [email protected] (1024x1024px) This file is submitted with the application, but is not part of the application (it is not stored in the application).  This image will be used by iTunes and re-sampled as needed. Application […]

Read More