-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I use UICollectionView with NHBalancedFlowLayout inside another UICollectionView because I must get the height of content in NHBalancedFlowLayout by this code:
[((NHBalancedFlowLayout *) self.filesList.collectionViewLayout) prepareLayout];
CGFloat collectionSize = [((NHBalancedFlowLayout *) self.filesList.collectionViewLayout) collectionViewContentSize].height;
But this function returns 0. How can I get the real size of content?
Metadata
Metadata
Assignees
Labels
No labels