In my application I am showing a UIMenuController
with menus share
, delete
, etc for a UITableViewCell
long press gesture.
It works perfectly, but after showing the menu, the default UIMenuController
of UITextfield
also has copy
, paste
, select
menu items.
How do I remove these 'standard' menu items?