I am aware of the solutions listed here:
How to disable copy paste option from UITextField programmatically
and here:
UITextField how to disable the paste?
but that isn't exactly what I want to do. I feel it is a little messy because the user can still tap and hold the text field and see the paste option is available. If the user taps it, the textfield just won't resound to that action.
I want to actually remove the "Paste" option from the list of options that comes up. Is that possible? Any direction would be greatly appreciated. Thanks in advance.