gpt4 book ai didi

ios - 使用 UICollectionViewDelegateFlowLayout 后约束未更新

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

我正在使用 UICollectionViewDelegateFlowLayout 来设置 collectionViewCell 的大小和高度,但是当我使用这个时,cell 中的约束没有更新。

func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
return CGSize(width: UIScreen.main.bounds.width - 30, height: self.height)
}

因此委托(delegate)方法设置了正确的大小,但单元格中的元素被剪切(未更新)。我的单元格约束设置在 Storyboard中。

最佳答案

没有太多细节,我猜你可能需要:

viewWillLayoutSubviews()

Called to notify the view controller that its view is about to layout its subviews.

https://developer.apple.com/documentation/uikit/uiviewcontroller/1621437-viewwilllayoutsubviews

layoutSubviews()

https://developer.apple.com/documentation/uikit/uiview/1622482-layoutsubviews

关于ios - 使用 UICollectionViewDelegateFlowLayout 后约束未更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54686280/

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