如果我不希望它自动隐藏,如何控制 UIMenuController?
我正在做一个聊天工具,以 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过它的实例方法吗
Did u try its instance method