gpt4 book ai didi

ios - UITableViewCell accessoryType 不起作用 Xcode 6.0.3

转载 作者:行者123 更新时间:2023-12-01 18:56:31 28 4
gpt4 key购买 nike

我正在测试一个非常简单的应用程序。我有一个带有以下代码的表格 View ,用于设置单元格:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
UITableViewCell *cell=[tableView dequeueReusableCellWithIdentifier:@"MyBasicCell"];
cell.textLabel.text=[phones objectAtIndex:indexPath.row];
cell.accessoryType = UITableViewCellAccessoryDetailButton;

return cell;
}

我在 UIViewController 中使用了 UITableView。我尝试了所有类型的附件类型,但没有显示。
我试图创建另一个作为 UITableViewController 子类的类,它工作正常(与上面的源代码相同)。
是 Xcode 6 中的错误还是 Apple 开始放弃 Objective C?
更新: Here是整个项目。

最佳答案

最后我找到了原因。我正在使用自动布局,但我不熟悉自动布局,所以我无法正确设置它(我猜)。所以我禁用了自动布局(和大小类)并调整了表格 View 的自动调整大小,它适用于 iPhone 4"、4.7"和 5.5"。
这是插图:
enter image description here

enter image description here

关于ios - UITableViewCell accessoryType 不起作用 Xcode 6.0.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26393618/

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