iOS - 动态显示自定义键盘?

发布于 2025-01-08 07:00:48 字数 263 浏览 0 评论 0原文

我为 iPad 应用程序推出了自己的键盘视图,模仿标准对接键盘的尺寸。我注意到,如果用户上次使用拆分键盘,它会尝试在拆分键盘的位置和尺寸处显示我的自定义视图,但结果并不理想。因此,我创建了视图的拆分键盘版本,并希望动态显示标准或拆分版本。

然而,问题是及时设置 textField 的 inputView - 我可以检查键盘属性的最快时间是来自 UIKeyboardWillChangeFrame 或 UIKeyboardWillShow 通知 - 然而,这已经太晚了,因为键盘视图似乎已经加载。

I've rolled my own keyboard view for an ipad app, mimicking the dimensions of the standard docked keyboard. I noticed that if the user last used a split keyboard, it tries to display my custom view at the position and dimensions of the split keyboard, with suboptimal results. So, I've created a split keyboard version of the view, and would like to display the standard or split version dynamically.

The issue, however is setting the textField's inputView in time - the soonest it seems I can examine the keyboard's properties is from a UIKeyboardWillChangeFrame or UIKeyboardWillShow notification - however, this is too late as the keyboard view already seems to have been loaded.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文