I have a UITable and a UITextView on a View Controller. I want to have a custom UIMenuController with options 'Copy' and 'Info' when I longpress the tableviewcell and I want to have the default UIMenuController on longpress of UITextView.
I searched for a solution and now I am able to create a custom UIMenuItem 'Info'. But, when I long press the UITextView I see that 'Info' is appended as well.
How can I set custom UIMenuController only for the UITableView and not for UITextView? I want the default options alone in the UITextView.