<small id='H29HU'></small><noframes id='H29HU'>

      <i id='H29HU'><tr id='H29HU'><dt id='H29HU'><q id='H29HU'><span id='H29HU'><b id='H29HU'><form id='H29HU'><ins id='H29HU'></ins><ul id='H29HU'></ul><sub id='H29HU'></sub></form><legend id='H29HU'></legend><bdo id='H29HU'><pre id='H29HU'><center id='H29HU'></center></pre></bdo></b><th id='H29HU'></th></span></q></dt></tr></i><div id='H29HU'><tfoot id='H29HU'></tfoot><dl id='H29HU'><fieldset id='H29HU'></fieldset></dl></div>

      • <bdo id='H29HU'></bdo><ul id='H29HU'></ul>
      <tfoot id='H29HU'></tfoot>
    1. <legend id='H29HU'><style id='H29HU'><dir id='H29HU'><q id='H29HU'></q></dir></style></legend>

      RTF 相当于 UIWebView 的 loadHTMLString?

      RTF equivalent to UIWebView#39;s loadHTMLString?(RTF 相当于 UIWebView 的 loadHTMLString?)
      <legend id='F8qJc'><style id='F8qJc'><dir id='F8qJc'><q id='F8qJc'></q></dir></style></legend>
    2. <i id='F8qJc'><tr id='F8qJc'><dt id='F8qJc'><q id='F8qJc'><span id='F8qJc'><b id='F8qJc'><form id='F8qJc'><ins id='F8qJc'></ins><ul id='F8qJc'></ul><sub id='F8qJc'></sub></form><legend id='F8qJc'></legend><bdo id='F8qJc'><pre id='F8qJc'><center id='F8qJc'></center></pre></bdo></b><th id='F8qJc'></th></span></q></dt></tr></i><div id='F8qJc'><tfoot id='F8qJc'></tfoot><dl id='F8qJc'><fieldset id='F8qJc'></fieldset></dl></div>

          <tfoot id='F8qJc'></tfoot>
              <bdo id='F8qJc'></bdo><ul id='F8qJc'></ul>

              <small id='F8qJc'></small><noframes id='F8qJc'>

                <tbody id='F8qJc'></tbody>

                本文介绍了RTF 相当于 UIWebView 的 loadHTMLString?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                由于 OS 3.0 UIWebView 支持 RTF 文件.

                Since OS 3.0 UIWebView supports RTF files.

                如果你有一个 .rtf 文件,很容易将其加载到 uiwebview 中,例如

                If you have a .rtf file, it's easy enough to load it into a uiwebview, e.g.

                NSString *path = [[NSBundle mainBundle] pathForResource:documentName ofType:nil];
                NSURL *url = [NSURL fileURLWithPath:path];
                NSURLRequest *request = [NSURLRequest requestWithURL:url];
                [webView loadRequest:request];
                

                加载存储在字符串变量中的 HTML 时,可以使用 loadHTMLString.

                When loading HTML stored in a string variable, you can use loadHTMLString.

                如何将存储在字符串中的 RTF 直接加载到 UIWebView 中?例如,如果您的字符串包含 { tf1ansiansicpg1252cocoartf1038cocoasubrtf360{fonttblf0fswissfcharset0 Helvetica;}.....,使用 loadHTMLString 会逐字呈现.

                How would one load RTF stored in a string directly into a UIWebView? For example, if you have a string containing { tf1ansiansicpg1252cocoartf1038cocoasubrtf360 {fonttblf0fswissfcharset0 Helvetica;}....., using loadHTMLString will render it literally.

                我希望能够从字符串变量呈现 RTF,而无需先将其保存到文件中.

                I would like to be able to render RTF from a string variable without having first to save it to a file.

                推荐答案

                试试loadData:MIMEType:textEncodingName:baseURL:.没试过,但值得一试.

                Try loadData:MIMEType:textEncodingName:baseURL:. Haven't tried it, but it's worth a shot.

                这篇关于RTF 相当于 UIWebView 的 loadHTMLString?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                iOS UIWebView app opens link in Safari(iOS UIWebView 应用在 Safari 中打开链接)
                Close UIWebView using javascript:window.close();(使用 javascript:window.close() 关闭 UIWebView;)
                NSCachedURLResponse returns object, but UIWebView does not interprets content(NSCachedURLResponse 返回对象,但 UIWebView 不解释内容)
                Trouble hiding iAd banner and displaying UIWebView in its place(无法隐藏 iAd 横幅并在其位置显示 UIWebView)
                Knowing when AJAX has loaded in UIWebView(知道何时在 UIWebView 中加载了 AJAX)
                Load image/logo in existing HTML input field - UIWebView(在现有的 HTML 输入字段中加载图像/徽标 - UIWebView)
              1. <legend id='El2vX'><style id='El2vX'><dir id='El2vX'><q id='El2vX'></q></dir></style></legend>

                    <small id='El2vX'></small><noframes id='El2vX'>

                          <tbody id='El2vX'></tbody>
                      • <i id='El2vX'><tr id='El2vX'><dt id='El2vX'><q id='El2vX'><span id='El2vX'><b id='El2vX'><form id='El2vX'><ins id='El2vX'></ins><ul id='El2vX'></ul><sub id='El2vX'></sub></form><legend id='El2vX'></legend><bdo id='El2vX'><pre id='El2vX'><center id='El2vX'></center></pre></bdo></b><th id='El2vX'></th></span></q></dt></tr></i><div id='El2vX'><tfoot id='El2vX'></tfoot><dl id='El2vX'><fieldset id='El2vX'></fieldset></dl></div>
                          <bdo id='El2vX'></bdo><ul id='El2vX'></ul>

                          <tfoot id='El2vX'></tfoot>