gpt4 book ai didi

ios - UITableview 不滚动?

转载 作者:可可西里 更新时间:2023-11-01 03:38:46 26 4
gpt4 key购买 nike

我在 cellForRowAtIndex 方法中使用了以下代码,但是 tableview 没有滚动?

static NSString *CellIdentifier = @"Cell";

UITableViewCell *cell = [tableView1 dequeueReusableCellWithIdentifier:CellIdentifier];
if (cell == nil) {
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier];
}

cell.textLabel.adjustsFontSizeToFitWidth = YES;

cell.textLabel.text = [NSString stringWithFormat:@"...%@...", hit.neighboringText];

return cell;

最佳答案

查看您的xib 并检查这些内容。请参见下图

enter image description here

关于ios - UITableview 不滚动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16580902/

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