Post not yet marked as solved
Post marked as unsolved with 0 replies, 302 views
Assertion failure in -[UICollectionView _setNeedsVisibleCellsUpdate:withLayoutAttributes:], UICollectionView.m:1511
I have the following structure here
-| UITableView
-| UITableViewCell
-| UICollectionView
-| UICollectionViewCell
-| UICollectionViewCell ...
when I override func systemLayoutSizeFitting in TableViewCell, The crashed occurred.