gpt4 book ai didi

ios - UITableView didDeselectRowAtIndexPath Cell 在未选中时返回 Not on Selected

转载 作者:行者123 更新时间:2023-11-28 20:04:41 24 4
gpt4 key购买 nike

我的 TableView 在取消选择而不是 onSelect 时返回行,所以当我选择第一个单元格时,didDeselectRowAtIndexPath 不返回任何内容,但是当我选择其他单元格时,我得到取消选择的单元格行而不是一个选择。逆向工作?

    - (void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath
{
//NSLog(@"%i", indexPath.row);
_myLabel.text = [myDataArray objectAtIndex:indexPath.row];
}

最佳答案

你做错了。您正在使用 didDeselectRowAtIndexPath 而不是 didSelectRowAtIndexPath 方法。如果你想在点击时选择特定的行,你将需要使用 didSelectRowAtIndexPath

关于ios - UITableView didDeselectRowAtIndexPath Cell 在未选中时返回 Not on Selected,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22472710/

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