在- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
这个方法中通过indexPath找到对应的cell,可以用UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]来获取
时间: 2024-08-27 07:12:22
在- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
这个方法中通过indexPath找到对应的cell,可以用UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]来获取