标签: iphone uikeyboard
我在数字键盘iphone上创建了一个完成按钮,如following tutorial所示。
当我使用UIKeyBoardWillShowNotification [tempWindow.subviews count]因为尚未添加键盘时出现“0”,那么如果我使用UIKeyboardDidShowNotification它会正常工作,除非已添加完成按钮图像拖延... 如果有人知道原因,请提交并尽可能提供解决方案。
UIKeyBoardWillShowNotification
[tempWindow.subviews count]
UIKeyboardDidShowNotification