What @darkpaw said is important. Do not change TextField behaviour.
But you can do something if you really need.
Subclass TextField (call it ControlledTextField for instance).
add an activation button on the side
TextField is editable only when activated
So, that will be some kind of double tap, or trigger and fire.
Hope that helps.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: