Top "Xcasset" questions

An image asset catalog is an asset management file type and editor in Xcode 5.

Launch Image does not show up in my iOS App

I want to get a simple launch screen to show in my app, built using Xcode 6.0.1. I have added a …

ios8 xcode6 xcasset launchimage
Accidentally removed xcassets file from Xcode project

I wanted to remove a single folder from the image collection, however, I somehow managed to throw the entire xcassets …

ios xcode xcasset
Xcode 6 - xcassets for universal image support

Currently working on a universal SpriteKit project. I'll be supporting the following devices: iPhone 4/s, iPhone 5/c/s, iPhone 6, iPhone 6+ …

ios xcode sprite-kit xcode6 xcasset
Use of xcassets

Is .xcassets resource only for app icons and launch images or for our own image assets also? I do know …

xcode5 xcasset
iOS Xcode 6 LaunchImage The launch image set named "LaunchImage" did not have any applicable content

I deleted my original launchImage image set. Then went to "App Icons and Launch Images" in the project section of …

ios objective-c xcode xcasset
Get Data from XCAsset catalog

I understand that to get images from the asset catalog i can use UIImage(named: "fileName") to do it. however, …

ios swift xcasset asset-catalog
UIImage imageWithXAssets

Assume I have two assets in my project or I may have even more assets under my project. Question 1: I …

objective-c xcode uiimage xcasset
UIImage using contentsOfFile

I am using self.imageView.image = UIImage(named: "foo.png") to select and load images in an UIIMageView. I have …

xcode swift ios8 uiimage xcasset
Xcode 10 app icon not showing

Recently updated to Xcode 10 beta and my App that previously has correct icon displayed when built and ran from Xcode 9.4 …

ios xcode xcasset xcode10 appicon
iOS: Launch Image for all devices, include iPad Pro

I followed the guidelines on making the static launch screen images. Yet, then I added the images to the xcassets …

ios xcode xcasset launchimage