gpt4 book ai didi

ios - 取消 UITextView 中的选择/粘贴菜单?

转载 作者:行者123 更新时间:2023-11-29 04:42:14 25 4
gpt4 key购买 nike

我想以编程方式关闭 UITextView 中的选择/粘贴/复制等菜单。我知道如何 prevent it from appearing ,但我也希望能够驳回一个开放的问题。

最佳答案

每当您想关闭它时,只需删除 UITextView 的响应程序即可。例如,您想在用户触摸弹出菜单外部时关闭它(顺便说一句,默认情况下已经发生了!)。为此,您可以这样做:

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event{
[yourTextView resignFirstResponder];
}

关于ios - 取消 UITextView 中的选择/粘贴菜单?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10222091/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com