How to hide the keyboard without using resignFirstResponder in iPhone?

111 Views Asked by At

I want to do this because I tried to receive data by using textField via BLE. But the keyboard of the iOS always shows up when the textField becomeFirstResponder. So, is there any way to dismiss the keyboard for ever?

1

There are 1 best solutions below

2
On

There is not way. I think your best option is don't use a textField. If you need to show any text you can use a label. Anyway I really don't understand what you mean with "I tried to receive data by using textField via BLE"