Top "Asset-catalog" questions

The asset catalog is a new feature that was implemented in Xcode 5 for iOS 7. It allows developers to easily manage image sets, app icons, and launch images for the many different screen sizes of Apple Devices.

Launch Image not showing up in iOS application (using Images.xcassets)

I'm having some trouble getting my launch image to show up in my application. I have created all the static …

ios xcode asset-catalog launchimage
iOS Launch screen in React Native

I'm working with a React Native app and I'm trying to set a customize launch screen but I'm not able …

ios xcode react-native asset-catalog
How can we use Assets Catalog Color Sets?

I usually use custom UIColors on iOS using extensions with Swift, but now with iOS 11/ Xcode 9 we can create Colors …

swift uicolor asset-catalog ios11 xcode9-beta
Xcode 5 & Asset Catalog: How to reference the LaunchImage?

I am using Xcode 5's Asset Catalog, and I would like to use my LaunchImage as the background image of …

ios xcode ios7 xcode5 asset-catalog
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
Xcode 6.1 Warning about Launch Image in Asset Catalog

I am using Xcode 6.1 to create a app supporting iOS 6 and later. .In target's "App Icons and Launch Images", I …

ios xcode asset-catalog
Launch images show black, when using Asset Catalog

In Xcode 5, I use the asset catalog to manage the app icons and launch images for my app. The app …

ios ios7 xcode5 asset-catalog launchimage
Error ITMS-90096: Your binary is not optimized for iPhone 5

I'm getting this error: Looking in the LaunchImage.launchimage folder I have a [email protected] but not a …

xcode asset-catalog
Cannot get app icons to work in Xcode 6

I cannot for the life of me get this to work. Here's what I'm doing: Create a brand new project …

ios xcode icons asset-catalog
Xcode 6 asset catalog automatically create images for smaller scales

With the need of 3x images in iOS 8 I figured it would be easier to manage images with an asset …

ios xcode image ios8 asset-catalog