gpt4 book ai didi

objective-c - 在 UITextView 中获取触摸事件

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:24:32 25 4
gpt4 key购买 nike

Apple 不为 UITextView 提供触摸事件处理。我正在开发的项目包括可读和可编辑的注释,我使用的是 UITextView。请帮我解决这个问题——我怎样才能为我的项目获取触摸事件?

最佳答案

根据 Apple 文档,您可以为 UITextView 设置委托(delegate)并实现 UITextViewDelegate。

http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UITextViewDelegate_Protocol/Reference/UITextViewDelegate.html

具体来说,您可以通过实现 textViewShouldBeginEditing 来确定 UITextView 被触摸。

- (BOOL)textViewShouldBeginEditing:(UITextView *)textView;

请务必在 UITextView 上设置委托(delegate)属性以捕获事件。

关于objective-c - 在 UITextView 中获取触摸事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2108224/

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