这个想法非常简单。
->UIWebView has opened google.com or some other website, which has textfields
-->There is textfield.
--->When I click on it, usually opens keyboard and you can start to write
---->But I want, that it shows UITextField, where I can write something, and when I
finish writing, it should send text to textfield
我想要谷歌电子表格单元格! 我知道,我的问题没有意义,但有可能吗?
答案 0 :(得分:1)
您的意思是说,当您输入UITextField
时,相同的值应显示在webview的textFileds中。
您可以使用textField:shouldChangeCharactersInRange:replacementString:
的{{1}}代表。
详情请见documentation。