gpt4 book ai didi

iphone - UICollectionView 节中的单元格数

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

如何统计section中的单元格个数?在单元格选择期间,我需要知道该部分中的单元格数。

最佳答案

将此方法用于 Collection View 以查找部分中的项目数

- (NSInteger)numberOfItemsInSection:(NSInteger)section;

您可以使用 UICollectionView 对象调用它。

NSInteger numberOfItems = [myCollectionView numberOfItemsInSection:2];

其中 2 是您要查找其项目数的部分。

关于iphone - UICollectionView 节中的单元格数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20394322/

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