gpt4 book ai didi

ios - 如何将 CollectionView 添加到 TableViewCell 并检测 CollectionView 何时完成加载单元格以请求 TableViewCell 高度更新

转载 作者:行者123 更新时间:2023-11-30 14:02:19 27 4
gpt4 key购买 nike

我想在动态 UITableViewCell 中添加一个动态 UICollectionView,当 CollectionView 接收并准备 contentView 时,它会自动更新其高度。有什么好的方法可以实现呢?我尝试了一些,但代码变得有点困惑,希望有更好的方法。

是否可以检测CollectionView contentView何时完成加载,即框架更新?

可以从collectionView cellForItemAtIndexPath请求tableView单元格高度更新吗?

寻找没有 Storyboard和约束的解决方案。

最佳答案

self?.collectionView.performBatchUpdates({ () -> Void in
self?.collectionView?.reloadData()
}, completion: { (_) -> Void in
// Or whatever you want to do
})

您可以在完成 block 中执行tableView.reloadRowAtIndexPath(:),并从tableView:heightForRowAtIndexPath传递高度

关于ios - 如何将 CollectionView 添加到 TableViewCell 并检测 CollectionView 何时完成加载单元格以请求 TableViewCell 高度更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32848832/

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