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

Add Background Image

You can simply insert an Image Control onto a view, set it to fill the background and set it's image. Dealing With Different Screen Resolutions Create a single image using the maximum resolution required (at the time of writing 1242×2208 for iPhone 6 Plus for an iPhone only app or 2048 x 2048 for a iPhone […]

Read More

Display An Image

Displaying An Image From A Design Time File Drag the image file into the resources folder of your project (from Finder into Xcode, not within Finder) Open the XIB file, drag an ImageView onto it. In the inspector attributes tab: Select the image file Set the mode In the inspector size tab: Set the red […]

Read More