gpt4 book ai didi

ios - iPhone - 选择后 UITableViewCell 为白色

转载 作者:行者123 更新时间:2023-11-28 19:06:16 26 4
gpt4 key购买 nike

我的 UITableViewCell(静态单元格)在我选择它之后怎么可能再次变白?当我点击它时,它变成灰色并保持灰色!如果我点击它,它应该会短暂变灰。

谢谢

编辑

通常当您点击 UITableViewCell 时 - 单元格的背景颜色会在短时间内变为灰色。但我的问题出在我的应用程序中,当我点击单元格时,单元格的背景颜色保持灰色。而且我不知道如何解决这个问题。

最佳答案

您需要在 didSelectRowAtIndexPath 方法中取消选择单元格。

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// do stuff

[tableView deselectRowAtIndexPath:indexPath animated:YES];
}

关于ios - iPhone - 选择后 UITableViewCell 为白色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20303566/

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