Reputation: 440
I have one UITextView in my iOS project, when user taps in the text view, if using soft keyboard, the notification keyboardWillShow will be called. My question is if user uses an external hardware keyboard such as bluetooth keyboard, is there any way to know when it is active?
Upvotes: 0
Views: 154
Reputation: 989
Few Functionalities like
For these, you need to use Real device instead of simulator. I haven't tested bluetooth keyboard functionality in realtime. but i'm pretending it was one of the feature that to be tested on real device.Please Make me correct if i was thinking wrong.
Upvotes: 1
Reputation: 440
I have verified that if I use simulator the sofewareWillShow will not trigger, but if I use iPad device and connect to bluetooth keyboard it will be called. The iOS version is 12
Upvotes: 0