I have several custom UIMenuItems that do things with a selection in a UIWebView. After the action has been run on that selection I want to hide the s
UIMenuItems
UIWebView
[_webview becomeFirstResponder]; After your action.
[_webview becomeFirstResponder];
You just need this. I always use this way.