Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 550
Sammio2 Avatar asked Nov 27 '13 15:11

Sammio2


1 Answers

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

like image 87
Macistador Avatar answered Oct 19 '22 12:10

Macistador