I want my UITextField to be editable from picker view but not selectable (I do not want copy,paste etc. options to be displayed). I achieved that it is editable from picker view but it is also selectable, which I don't want.
Is there a way to do so? Thanks :)