Reputation: 55
I'm using a list picker to change the information in the text field so I don't want the keyboard to pop up at all. Is there any way to make it so the keyboard doesn't pop up.
Upvotes: 0
Views: 39
Reputation: 325
Swift
textField.isUserInteractionEnabled = false
Upvotes: 1