gpt4 book ai didi

iphone - 如何将 UIGestureRecognizer 添加到 UITableViewCell subview ?

转载 作者:行者123 更新时间:2023-12-03 20:18:49 24 4
gpt4 key购买 nike

imgView 是一个 UIImageView,它作为 subview 添加到自定义 UITableViewCell 类中。点击图像时不会调用该操作。

[imgView addGestureRecognizer:[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(openMedia:)]];

最佳答案

UIImageView 默认忽略用户事件。您需要通过以下方式启用它们:

imgView.userInteractionEnabled = YES;

请注意,您还会泄露手势识别器。

关于iphone - 如何将 UIGestureRecognizer 添加到 UITableViewCell subview ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3373405/

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