-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
Hi;
I don't use autolayout in my code. I'm using Masonry for autolayout jobs.
I need to use ARDynamicHeightLayoutCell but it is giving always 0.
[collectionView ar_sizeForCellWithIdentifier:@"ItemAllergensCollectionViewCell" indexPath:ip fixedWidth:collectionView.bounds.size.width configuration:^(__kindof ItemAllergensCollectionViewCell *cell) {
[cell configureCellWithEntity:self.entity];
}];
What should I do more?
Reactions are currently unavailable