I have a UITextField but I want to be in control of when it is focussed and when it is unfocussed.
In order to achieve this I need to be able to block touch events on that text field. I know I could just put a button in front of it and manually do it, but I wanted to know if there was any way to just disable touches on the element.
Many thanks.