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.

Black bars on launch screen on iPhone5 (and iPhone6)

When iPhone 5 first came out we had to go through the silliness of adding a [email protected] to …

ios iphone-5 iphone-6 asset-catalog
Icons, Asset Catalog and Info.plist confusion

I have an app that started life for iOS 5 and has been updated ever since. For iOS 7 I have switched …

ios7 info.plist asset-catalog
Launch images not showing with Xcode 7

I have set the launch images in an asset catalog (LaunchImage), which I've also set in the target's "General" tab …

ios iphone xcode asset-catalog launchimage
Handling new iPhone screen sizes with a background image

So since the new iPhone 6/6+ came out, I'm a little confused as to how to handle the asset catalogs for …

ios iphone iphone-6-plus asset-catalog
Xcode 6 device-specific asset catalog

I'm trying to update my app for the new 6 and 6+ devices. I've added launch images for the new iPhone sizes (6 …

ios iphone xcode asset-catalog
Referencing image in a folder in asset catalog

In an asset catalog you can create folders. Inside the folders all the image names have to be unique. If …

ios objective-c uiimage asset-catalog
Put All Images in Asset Catalog?

I started a new project in Xcode 5. What is this Images.xcassets shenanigans? Am I supposed to put the various …

ios xcode image resources asset-catalog