如果在更改设备方向时键盘可见,我如何推断出信息?此信息是否在内部发送 - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)iFromInterfaceOrientation方法?
答案 0 :(得分:2)
不,你必须订阅一些通知并将信息保存在某个地方。
看看
UIKeyboardWillShowNotification
UIKeyboardDidShowNotification
UIKeyboardWillHideNotification
UIKeyboardDidHideNotification