gpt4 book ai didi

objective-c - 如何从 UITableView 获取单元格

转载 作者:行者123 更新时间:2023-11-29 04:39:02 27 4
gpt4 key购买 nike

为什么这段代码返回一个单元格?

static NSString *cellIdentifier = @"Cell";
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellIdentifier];

但是当我试图获取手机时[tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]它不返回任何内容。有人知道这怎么可能吗?

最佳答案

根据Apple's documentation :

Return Value

An object representing a cell of the table or nil if the cell is not visible or indexPath is out of range.

因此,如果该单元格当前不可见,那么它将返回nil。那么,它看得见吗?

除此之外 - 检查您是否确实在 cellForRowAtIndexPath: 中创建单元格,因为您没有明确表明您正在创建单元格。

关于objective-c - 如何从 UITableView 获取单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10667250/

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