How to disable popup menu items like Select, Select All, Suggest..., Define (on UIWebView
)?
I have found the following information on the help but don't understand how to use it:
For the editing menu commands, this is the shared UIApplication object. Depending on the context, you can query the sender for information to help you determine whether a command should be enabled.
Swizzle the following method:
Swizzling: