AugustRush / UICollectionView-ARDynamicHeightLayoutCell

Automatically UICollectionViewCell size calculating.
MIT License
564 stars 86 forks source link

add size caculate beyond sizeCache bound #3

Closed davidfuzju closed 8 years ago

davidfuzju commented 9 years ago

add a feature that can calculate the size for index path which is beyond the size cache array's bound.

In my project, the navigationController pop transition need the size of current index path (in "from view controller") which is probably beyond the size cache array's bound(in "to viewcontroller"). I hope it could be useful for you~

thanks for your great job, your project help me a lot

AugustRush commented 9 years ago

thanks!😄

发自我的 iPhone

在 2015年6月28日,10:36,David Fu notifications@github.com 写道:

add a feature that can calculate the size for index path which is beyond the size cache array's bound.

In my project, the navigationController pop transition need the size of current index path (in "from view controller") which is probably beyond the size cache array's bound(in "to viewcontroller"). I hope it could be useful for you~

thanks for your great job, your project help me a lot

You can view, comment on, or merge this pull request online at:

https://github.com/AugustRush/UICollectionView-ARDynamicHeightLayoutCell/pull/3

Commit Summary

add size caculate beyond sizeCache bound File Changes

M UICollectionView+ARDynamicHeightLayoutCell/UICollectionView+ARDynamicCacheHeightLayoutCell.m (8) Patch Links:

https://github.com/AugustRush/UICollectionView-ARDynamicHeightLayoutCell/pull/3.patch https://github.com/AugustRush/UICollectionView-ARDynamicHeightLayoutCell/pull/3.diff — Reply to this email directly or view it on GitHub.

AugustRush commented 8 years ago

I have fixed this issue several days ago.