UICollectionView-ARDynamicHeightLayoutCell icon indicating copy to clipboard operation
UICollectionView-ARDynamicHeightLayoutCell copied to clipboard

Automatically UICollectionViewCell size calculating.

Results 5 UICollectionView-ARDynamicHeightLayoutCell issues
Sort by recently updated
recently updated
newest added

-[UICollectionView(ARDynamicCacheHeightLayoutCell) ar_sizeForCellWithIdentifier:indexPath:fixedValue:caculateType:configuration:] (in Unite) (UICollectionView+ARDynamicCacheHeightLayoutCell.m:95) -[UICollectionView(ARDynamicCacheHeightLayoutCell) ar_sizeForCellWithIdentifier:indexPath:fixedWidth:configuration:] (in Unite) (UICollectionView+ARDynamicCacheHeightLayoutCell.m:56)

Hello; My code is: return [collectionView ar_sizeForCellWithIdentifier:@"ItemAllergensCollectionViewCell" indexPath:indexPath fixedWidth:768 configuration:^(__kindof ItemAllergensCollectionViewCell *cell) { [cell configureCellWithEntity:self.entity]; }]; but it crashes because of the indexPath. Terminating app due to uncaught exception 'NSRangeException',...

question

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...

question

experiencing very low perfomance with multiple cell items.