如果我不希望它自动隐藏,如何控制 UIMenuController?

发布于 2024-10-21 23:59:51 字数 240 浏览 4 评论 0原文

我正在做一个聊天工具,以 UITextField 作为输入。问题是,当其他 UI 控件更新时,例如消息在新到达时滚动,UIMenuController(如果当前可见)会自动隐藏。我怎样才能禁止这种自动化? 即使我可以使用 UIMenuControllerWillHideMenuNotification 或 UIMenuControllerDidHideMenuNotification 捕获事件,我也无法控制它。

I'm doing a chat tool, with a UITextField as input. The problem is, when other UI control updates, like messages scroll on new arrivals, the UIMenuController, if currently visible, automatically hides. How can I forbid such automation?
Even I can catch the event with UIMenuControllerWillHideMenuNotification or UIMenuControllerDidHideMenuNotification, there's no way I can control it.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

手长情犹 2024-10-28 23:59:51

你尝试过它的实例方法吗

setMenuVisible:(BOOL)menuVisible animated:(BOOL)animated

Did u try its instance method

setMenuVisible:(BOOL)menuVisible animated:(BOOL)animated
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文