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使用されていました。UIWebViewこれは、TextKit のリリースで廃止されました (または、「新しいテキスト アーキテクチャ」と呼ばれています)。Web コンテンツをレンダリングする必要がある場合は、UIWebView.
UITextfield
UIWebView
これは iOS 7 シミュレーターのバグです。