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
you can simply refresh the webview if your data is only text then no body can trace that webview is refreshed
use this code
[webview reload];
i have done this thing in my apps & its work great