gpt4 book ai didi

iphone - 如何以编程方式在 UIViewController 中创建多个 UITableView?

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

我想在 UIViewController 中以编程方式创建 2 个 UITableView。我有 2 个 NSMutableArray 用于存储数据,即 *firstTableDatas 和 *secondTableDatas。我可以设法以编程方式创建一个 UITableView,但是当它变成 2 个时,我很困惑代表的 2 个 UITableView 的返回值是什么:

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
}

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
}

以及如何在 2 个单独的 UITableView 中加载数据。

提前致谢。

最佳答案

使用

if(tableView ==Firsttable)
{
...
}
else
{
...
}

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
...
}

关于iphone - 如何以编程方式在 UIViewController 中创建多个 UITableView?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10735620/

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