UIKeyInput 在 iPad 上不可用?

Posted

技术标签:

【中文标题】UIKeyInput 在 iPad 上不可用?【英文标题】:UIKeyInput not available on iPad? 【发布时间】:2016-12-08 06:11:25 【问题描述】:

我已经实现了UIKeyInput 协议方法- (void)deleteBackward,但是当代码在 iPad 上运行并且我按下键盘上的删除按钮时,它不会执行该方法。

ipad 上是否禁用了此协议?

【问题讨论】:

【参考方案1】:

刚刚也遇到了这个问题。看起来 iPad 不允许 UIViews 简单地实现 UIKeyInput,您必须实现 UITextInput 以便自定义视图使键盘出现在 iPad OS 上。

【讨论】:

以上是关于UIKeyInput 在 iPad 上不可用?的主要内容,如果未能解决你的问题,请参考以下文章

采用 UIKeyInput 协议从蓝牙键盘获取输入

iPad半透明状态栏?

UICollectionViewCell 内容在 iPad 上不可见

SWRevealViewController 在 iPad 上不起作用

UIPanGestureRecognizer 在 iPad 上不起作用?

iOS5 情节提要错误:情节提要在 iOS 4.3 及更低版本上不可用