Selector for “Define” Edit Menu item in iOS 5
问题 I'm building my own custom Edit Menu (UIMenuController) and am using the typical -(BOOL)canPerformAction:(SEL)action withSender(id)sender method to conditionally enable / disable system defaults. The typical edit methods are well documented (copy:, cut:, etc.), but I can't find anything about what method is called by the "Define" menu option to pull up the new word dictionary in iOS 5. Maybe it's hiding in plain sight, but I've spent hours looking for it, so I'd appreciate any help.