gpt4 book ai didi

ios - 我应该在 cellForItemAtIndexPath 中设置 cell.bound/cell.frame 吗?

转载 作者:行者123 更新时间:2023-11-28 13:21:12 26 4
gpt4 key购买 nike

我应该在 UITableView 的数据源方法中设置 cell.bound/cell.frame 吗?

override func collectionView(collectionView: UICollectionView!, cellForItemAtIndexPath indexPath: NSIndexPath!) -> UICollectionViewCell! {

let cell = collectionView.dequeueReusableCellWithReuseIdentifier("", forIndexPath: indexPath) as CompoundStatementCollectionViewCell

cell.bounds = ..

或实现 sizeForItemAtIndexPath 指示所需的单元格大小?

最佳答案

您不应该在 cellForItemAtIndexPath 中设置边界/框架:设置单元格大小的正确位置是 sizeForItemAtIndexPath,您也可以将它与 一起使用insetForSectionAtIndex 如果要设置单元格、页眉和页脚之间的间距。

关于ios - 我应该在 cellForItemAtIndexPath 中设置 cell.bound/cell.frame 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25619144/

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