Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个在构建后使用 Web 浏览器的应用程序,我收到以下消息:
UITextField -webView called. This method is no longer supported with the new text architecture
那么我现在需要使用什么?
以前,在内部UITextfield使用 aUIWebView来呈现富文本。随着 TextKit 的发布(或者正如他们所说的“新的文本架构”),这已经被取消了。如果你需要渲染网页内容,这当然应该通过UIWebView直接创建和使用来完成。
UITextfield
UIWebView
这是 iOS 7 模拟器上的一个错误。