3

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

4

1 回答 1

2

不,您必须订阅一些通知并将信息保存在某处。

看一下

UIKeyboardWillShowNotification
UIKeyboardDidShowNotification
UIKeyboardWillHideNotification
UIKeyboardDidHideNotification
于 2010-10-08T19:24:43.907 回答