Rightpoint / RZCellSizeManager

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

Infinite loop. #20

Open kaylanx opened 10 years ago

kaylanx commented 10 years ago

It seems that if I try and use the

-UIViewShowAlignmentRects YES

Setting in my app, then RZCellSizeManager doesn't work properly, and goes into an infinite loop.

Commenting out the layoutIfNeeded, seems to fix it...

}

ndonald2 commented 10 years ago

@kaylanx If commenting out layoutIfNeeded works consistently even without alignment rects turned on, please open a pull request to fix the issue. Thanks.