Localize Asset Catalogs

后端 未结 4 1936
野的像风
野的像风 2020-12-12 18:18

I know it\'s a new feature and this may not be possible, but I would like to be able to localize an Asset Catalog in different languages, to show a localized launch image. T

4条回答
  •  天命终不由人
    2020-12-12 18:42

    I have the same problem in XCode 6.0 and iOS 7 and 8. Don't use Images.xcassets for splash screen. Add the following key to Info.plist:

    UILaunchImages~ipad
    
        
            UILaunchImageMinimumOSVersion
            7.0
            UILaunchImageName
            Default-Landscape
            UILaunchImageOrientation
            Landscape
            UILaunchImageSize
            {768, 1024}
        
    
    

提交回复
热议问题