带有 iPhone OS 4 的 UI 键盘
您好,我在 iPhone 4.0 操作系统上遇到了一个大问题,这段代码
if([[keyboard description] hasPrefix:@"<UIKeyboard"] == YES) {
}
在 UIKeyboard 无法工作的情况下。我尝试“UILayoutContainerView” 但它也不起作用。
请。
Hi I have a big problem with iPhone 4.0 OS with this code
if([[keyboard description] hasPrefix:@"<UIKeyboard"] == YES) {
}
in condition UIKeyboard it not working. I try "UILayoutContainerView"
but it not working too.
please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试以下代码:
并且您还需要将此代码添加到AppDelegate中的函数didFinishLaunchingWithOptions中:
You can try this code:
And you also need to add this code to function didFinishLaunchingWithOptions in AppDelegate:
不知道为什么。
那么你能告诉我:如何在UIKeyboard类中确定键盘类型吗?
Dunno why.
Can you tell me then: How to determine the keyboard type in the UIKeyboard class?