I am loading HTML content in UIWebView. My page contains UIButton and UIWebView containing some HTML content. UIWebView is editable, so user can move to particular content of UIWebView.
What I actually want to do so, on button click text(suppose XYZ) should be added at that particular position in UIWebView.
Thanks in advance