gpt4 book ai didi

ios - deselectRowAtIndexPath - 是否需要它?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:08:13 25 4
gpt4 key购买 nike

我正在学习本教程:https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/ThirdTutorial.html#//apple_ref/doc/uid/TP40011343-CH10-SW1 ,你有一个表格 View 。 TableView 具有动态原型(prototype)单元格。在本教程中,我在 Storyboard 上选择了一个单元格,并将“选择”类型设置为:无。但是在教程的最后部分,我们仍然被告知要添加

[tableView deselectRowAtIndexPath:indexPath animated:NO];

内线

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

方法。

对我来说,这似乎是多余的,因为“选择”是 none,我按照上面的方法做了。还是我错了?既然我选择了 none 作为 Storyboard 中的选择(对于单元格),为什么我们需要 deselect 方法?单元格不会被突出显示,不是吗?

最佳答案

该行仍处于选中状态。 “无”的样式仅与选中时的外观有关。

是的,您需要在完成后取消选择该行。

关于ios - deselectRowAtIndexPath - 是否需要它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21319696/

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