ユーザーがキーボードを使用できる場合、通知UIKeyboardWillShowNotification
は正しくブロードキャストされます。
これが発生したときにデリゲート メソッドを呼び出していますが、Bluetooth キーボードかどうかはどうすればわかりますか?
ありがとう
アップデート
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification
object:nil];