当我在uiWebview中写入textField时,如何在UITextField中写文本并发送文本?

时间:2013-11-19 13:19:22

标签: ios iphone objective-c uiwebview

这个想法非常简单。

    ->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

我想要谷歌电子表格单元格! 我知道,我的问题没有意义,但有可能吗?

1 个答案:

答案 0 :(得分:1)

您的意思是说,当您输入UITextField时,相同的值应显示在webview的textFileds中。

您可以使用textField:shouldChangeCharactersInRange:replacementString:的{​​{1}}代表。

详情请见documentation