iOS 自定义文档类型图标

c r*_*ald 5 icons ios

谁能向我解释 UTExportedTypeDeclarations 下的 UTTypeSize64IconFile 和 UITypeSize320IconFile 键与 CFBundleDocumentTypes 中的 CFBundleTypeIconFiles 之间的区别?我在文档中找到了一些关于 CFBundleTypeIconFiles 的地方(例如:http : //developer.apple.com/library/ios/#documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html),但是我能找到的 UTTypeSize64IconFile 的唯一解释是:

与此 UTI 关联的 64 x 64 像素图标资源文件(位于应用程序包中)的名称。您应该只为您的应用导出的类型包含此键。

这对我来说并没有真正照亮事物。