gpt4 book ai didi

iphone - 为动态表单元格添加 header 和 NSArray

转载 作者:行者123 更新时间:2023-12-03 17:24:01 25 4
gpt4 key购买 nike

[super viewDidLoad];

self.Lodgelist = [[NSArray alloc]
initWithObjects:@"Sterling ",
@"Sterling location 1234",
@"Sterling location 12345",nil];

这是我的代码示例。我希望标题是城市名称“Sterling”,我是 Objective-c 的新手。再次感谢您的帮助。

P.S 我不确定如何或将要添加代码。

最佳答案

在 ViewController 的 header 中添加 UITableViewDelegate,然后添加以下代码来更改 UITableView 的 header

 - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section

{
return [self.Lodgelist objectAtIndex:0];
}

关于iphone - 为动态表单元格添加 header 和 NSArray,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12138028/

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