File Formats Supported by UIWebView(UIWebView 支持的文件格式)
问题描述
UIWebView 支持的所有文件格式有哪些?在我的测试中,我发现它支持 XLS、DOC、PPT、PDF 但不支持 XLSX 和 DOCX、RTF.
What are all the file formats supported by UIWebView? In my testing, I found that it supports XLS, DOC, PPT, PDF but not XLSX, and DOCX, RTF.
它支持图片文件,如 JPG、PNG、GIF、BMP,不确定 TIFF 或
It supports image files like, JPG, PNG, GIF, BMP, not sure about TIFF or
确切地说,所有类型都支持什么还不清楚……
Exactly, what all types are supported is not clear...
UIWebView 文档也没有明确说明.
The UIWebView documentation also doesn't state it clearly.
有人可以帮忙吗?
推荐答案
技术说明可在 Apple 网站 关于 UIWebView
支持的文件格式:
A Technical note is available on Apple Website about file formats supported by UIWebView
:
自iPhone OS 2.2.1
- Excel (.xls)
- 主题演讲 (.key.zip)
- 数字 (.numbers.zip)
- 页面 (.pages.zip)
- PDF (.pdf)
- PowerPoint (.ppt)
- Word (.doc)
自iPhone OS 3.0
- 富文本格式 (.rtf)
- 富文本格式目录 (.rtfd.zip)
- 09 年主题演讲 (.key)
- 数字 '09 (.numbers)
- Pages '09 (.pages)
这篇关于UIWebView 支持的文件格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:UIWebView 支持的文件格式


- GPS状态的广播接收器? 2022-01-01
- UITextView 内容插图 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- URL编码Swift iOS 2022-01-01