Hello. There is a "Highlight" context menu option that shows up when a user right-clicks some selected text in a PDF. There is no way to get rid of this menu item and clicking it does nothing. How do I get rid of it?
I tried overriding buildMenu(with builder: UIMenuBuilder)
to remove it but that doesn't work. Help!