“didRotateFromInterfaceOrientation”中的键盘信息

时间:2010-10-08 18:46:03

标签: iphone cocoa-touch iphone-softkeyboard

如果在更改设备方向时键盘可见,我如何推断出信息?此信息是否在内部发送 - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)iFromInterfaceOrientation方法?

1 个答案:

答案 0 :(得分:2)

不,你必须订阅一些通知并将信息保存在某个地方。

看看

UIKeyboardWillShowNotification
UIKeyboardDidShowNotification
UIKeyboardWillHideNotification
UIKeyboardDidHideNotification