문제

I am getting this console output all of a sudden. What does it mean?

UITextField -webView called. This method is no longer supported with the new text architecture
도움이 되었습니까?

해결책

UITextFields use to have an underlying UIWebView to show formatted text. With iOS 7, formatted text is drawn using TextKit framework.

In other words, it's depreciated.

UITextField -webView no longer supported

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top