Disable blinking cursor in UITextField?
I realise this is an old question, but with the updates to iOS 7, it is now possible to hide the cursor by doing the following: [[self textFieldName] setTintColor:[UIColor clearColor]]; It will only work on iOS 7+ however.