Search code examples
imagelocalizationxcode5

Localizable xcassets files?


In previous versions of xcode you could set image files as localizable files and import different image files for different locales.

I cannot seem to do this using the new XCAssets functionality in Xcode 5. Is there a way to do this within the xcassets structure? Or do I have to import the images as separate files.


Solution

  • I've also looked for this, and after some time looking around it seems that is not possible for the moment using the xcassets, although it may change in the future... or not

    Apple currently recommends that the launch image should simulate the app first screen but without content.

    Apple launch images guidelines