-1

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?

workeramo
  • 1
  • 1

1 Answers1

0

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"

Fran Martin
  • 2,369
  • 22
  • 19
  • Thank you~btw, I got a bluetooth keyboard ( apple wireless keyboard ) and connect it to my iPad. Is there any way to get the keyboard ASCII data in my app? – workeramo Aug 21 '15 at 10:16
  • Please ask this as a different question, not as a comment. Beware, that very question has already been answered on StackOverflow. – SwiftArchitect Aug 21 '15 at 20:56