Rightpoint / RZCellSizeManager

Dynamic size computation and caching for cells.
MIT License
242 stars 32 forks source link

Bug with heightBlock / sizeBlock #16

Closed jandillmann closed 10 years ago

jandillmann commented 10 years ago

In RZCellSizeManager.m lines 396-398 (- (CGSize)cellSizeForObject:(id)object indexPath:(NSIndexPath *)indexPath cellReuseIdentifier:(NSString *)reuseIdentifier) the presence of the heightBlock is tested and if present, the sizeBlock is used, making it work only with a configurationBlock.

ndonald2 commented 10 years ago

Addressed in 1.1.1