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.
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-catalogI 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-catalogI 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 launchimageSo 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-catalogI'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-catalogIn an asset catalog you can create folders. Inside the folders all the image names have to be unique. If …
ios objective-c uiimage asset-catalogI 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