I'm trying to remove the default menu items from UIMenuController. I found this post for UIWebview or UITextView:
How to remove the default UIMenuItem from the UIMenuController in iOS?
I'm trying to do this for the new iOS 5 methods where you can show a menu item on the table selection. So my class is a subclass of UIViewController that has a UITableView in it. I wasn't sure how or IF removing the default items was possible. Thanks!