gpt4 book ai didi

objective-c - iPhone 应用程序中的 UITableView - 如何获取行数

转载 作者:太空狗 更新时间:2023-10-30 03:47:25 25 4
gpt4 key购买 nike

如何将 uitable 中的当前行数存储到变量中?

这是我的表格代码(我认为可能相关):

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
id <NSFetchedResultsSectionInfo> sectionInfo = [[self.fetchedResultsController sections] objectAtIndex:section];
return [sectionInfo numberOfObjects];

最佳答案

你真的应该从数据源中获取它,而不是 TableView 本身,我曾想过。 (就像他们在这里所说的那样,这有点丢脸。)

也就是说,您可以在 UITableView 中使用 numberOfRowsInSection: 方法,如示例中所示。

关于objective-c - iPhone 应用程序中的 UITableView - 如何获取行数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4381718/

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