美文网首页
UIDocumentInteractionController中

UIDocumentInteractionController中

作者: Mystical | 来源:发表于2017-11-22 14:43 被阅读185次

plist中添加以下内容

<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>com.myapp.common-data</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>com.microsoft.powerpoint.ppt</string>
<string>public.item</string>
<string>com.microsoft.word.doc</string>
<string>com.adobe.pdf</string>
<string>com.microsoft.excel.xls</string>
<string>public.image</string>
<string>public.content</string>
<string>public.composite-content</string>
<string>public.archive</string>
<string>public.audio</string>
<string>public.movie</string>
<string>public.text</string>
<string>public.data</string>
</array>
</dict>
</array>

相关文章

网友评论

      本文标题:UIDocumentInteractionController中

      本文链接:https://www.haomeiwen.com/subject/ejonvxtx.html