Jacob Kantor
Jacob Kantor

Reputation: 55

How can I make a keyboard not appear when selecting a text field?

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

Answers (1)

Abdulaziz.Musaileekh
Abdulaziz.Musaileekh

Reputation: 325

Swift

textField.isUserInteractionEnabled = false

Upvotes: 1

Related Questions