gpt4 book ai didi

objective-c - 在 UITableView 初始化中设置选定的单元格

转载 作者:行者123 更新时间:2023-12-04 05:41:40 25 4
gpt4 key购买 nike

我想在 UITableView 之后将单元格编号 0 设置为选定的单元格完成初始化了吗?

我试图做:

[cell setSelected:YES];


- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

但细胞颜色变成黑色。

最佳答案

UITableView 本身可以管理选择。尝试调用:

- (void)selectRowAtIndexPath:(NSIndexPath *)indexPath animated:(BOOL)animated scrollPosition:(UITableViewScrollPosition)scrollPosition

关于objective-c - 在 UITableView 初始化中设置选定的单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11191656/

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