If you have a UIWebView with a textfield and a button that takes the value from that textfield and then performs some action.
When you touch the textfield, the keyboard is displayed with a Go Button. I’m trying to figure out what exactly happens under the hood when that Go Button is pressed?
How I would simulate that action programmatically?
The following will be used, when user press on GO button of Keyboard …
Thanks
Check the below SO post for listening to keyboard
GObutton in UITextField.Dismiss iphone keyboard