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.
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
Yes seems not possible with xcassets
for now as per Macistador answer.
上一篇: 为什么string.Join(string,object [])是特殊的?
下一篇: 可本地化的xcassets文件?