Is Xcode 5 Asset Catalog backwards compatible with pre-iOS 7?

Lukas Kukacka

Xcode 5 introduced Asset Catalog, which seems very cool. However I haven't find much information about it. Specifically, I'm interested whether the usage of Asset Catalog has any impact on the app regarding its compatibility.

Is Asset Catalog iOS 7 specific feature (i.e. iOS has to be able to handle it) or it is just convenience tool of Xcode?

Also, I will be grateful for any relevant information resources / links.

Thank you for answers

Dave DeLong

Yes, it is backwards compatible.

The documentation says:

Xcode 5 provides different functionality for asset catalogs depending on the deployment target for your project:

  • For all projects, individual images can be loaded using set names.
  • For projects with a deployment target of iOS 7, Xcode compiles your asset catalogs into a runtime binary file format that reduces the download time for your app.

The new binary file format is only used if your deployment target is set to iOS 7. Otherwise it defaults back to simply putting all of the individual image files into your resources folder, as before.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Is Xcode 5 Asset Catalog backwards compatible with pre-iOS 7?

来自分类Dev

Xcode 5 Asset Catalog是否向下兼容iOS 7之前的版本?

来自分类Dev

使用Xcode 5和Asset Catalog,我们仍然需要在Info.plist中包括CFBundleIcons键吗?

来自分类Dev

使用Xcode 5和Asset Catalog,我们仍然需要在Info.plist中包括CFBundleIcons键吗?

来自分类Dev

PhoneGap / Cordova + iOS7 + XCode 5

来自分类Dev

Xcode 5-iOS7 UITableView的更改

来自分类Dev

Landscape Apps Xcode 5 / iOS 7

来自分类Dev

UICollectionView + iOS 7 / Xcode 5 =断言失败

来自分类Dev

XCode 5和iOS 6和7

来自分类Dev

iOS 7-CoreData迁移-Xcode 5

来自分类Dev

XCode 5和iOS 6和7

来自分类Dev

iOS静态库未链接XCODE 5 iOS 7

来自分类Dev

Xcode5 iOS7-UIPopoverController角半径

来自分类Dev

Sizes and names on icons and launch images in Xcode 5, ios 7

来自分类Dev

Xcode 5 // iOS 6和7 // TDD:OCUnit或XCTest

来自分类Dev

iOS 5,6和7的UI的方法-Xcode

来自分类Dev

Xcode 5 iOS 7-UIScrollView行为异常

来自分类Dev

Xcode 5 iOS 7中的自动属性综合警告

来自分类Dev

使用Xcode 5在iOS 7中启动图像

来自分类Dev

在Xcode 5 / iOS 7中搜索没有文本的UISearchBar

来自分类Dev

仪器显示内存泄漏-Xcode 5 / iOS7

来自分类Dev

iOS 7 / Xcode 5:以编程方式访问设备启动图像

来自分类Dev

使用XCode 5在iOS 7中启动图像

来自分类Dev

Xcode 5 iOS7-太多的ScriptAgent进程

来自分类Dev

Xcode 5 iOS7-太多的ScriptAgent进程

来自分类Dev

svprogresshud未在xcode5 ios7中显示

来自分类Dev

iOS7和Xcode5中的MRC

来自分类Dev

使用xcode 5(iOS7sdk)构建非iOS7 UI

来自分类Dev

如何使用iOS Simulator 7 \ XCode 5测试iOS 7之前的UI(无需升级iOS 7应用)

Related 相关文章

热门标签

归档