Rightpoint / RZCellSizeManager

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

Collection view support #35

Open fatuhoku opened 9 years ago

fatuhoku commented 9 years ago

It appears that the API only supports computing only the height of cells and not their width. While this is perfect for UITableViewController it is inadequate for the 2-dimensional UICollectionView. Width must also be computed and returned.