gpt4 book ai didi

iphone - UITableView/UITableViewCell 点击事件响应?

转载 作者:IT老高 更新时间:2023-10-28 11:46:12 31 4
gpt4 key购买 nike

我一直在谷歌上搜索,试图弄清楚当 UITableView 中的一行(或单元格)被点击时调用哪种事件句柄,但无法弄清楚。我正在尝试更改单元格被点击时的图像属性。

谢谢。

最佳答案

点击表格行时有两种可能的事件:选择行和附件 View (通常是“更多详细信息”类型的操作)。

只要你为UITableView注册了一个delegate,就可以实现下面的操作,并且在touch时会被调用:

// Tap on table Row
- (void) tableView: (UITableView *) tableView didSelectRowAtIndexPath: (NSIndexPath *) indexPath { ... }

// Tap on row accessory
- (void) tableView: (UITableView *) tableView accessoryButtonTappedForRowWithIndexPath: (NSIndexPath *) indexPath{ ... }

关于iphone - UITableView/UITableViewCell 点击事件响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1889200/

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