UIWebView日志消息iOS 7 [英] UIWebView log message iOS 7

查看:112
本文介绍了UIWebView日志消息iOS 7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个在我构建它之后使用网络浏览器的应用程序我收到了这样的消息:

I am developing an app that use web browser after I built it I got this message:

UITextField -webView called. This method is no longer supported with the new text architecture

那么我现在需要使用什么?

So what do I need to use right now?

推荐答案

以前, UITextfield 使用 UIWebView 内部用于呈现富文本格式。这已经完成了TextKit的发布(或者他们所说的新文本架构)。如果您需要呈现Web内容,这当然应该通过直接创建和使用 UIWebView 来完成。

Previously, UITextfield used a UIWebView internally for rendering rich text. This has been done away with the release of TextKit (or as they say it, "the new text architecture"). If you need to render web content, this should certainly be done by creating and using a UIWebView directly.

这篇关于UIWebView日志消息iOS 7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆