Rightpoint / RZCellSizeManager

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

Configuration lookup based on class name #27

Open KingOfBrian opened 9 years ago

KingOfBrian commented 9 years ago

I ran into an issue where I had 2 different configurations, both for UITableViewCell, but with different reuse identifiers. The second configuration got silently squashed and unexpected things happened.

The configuration lookup appears to be dictionary based. The fix would probably need to iterate over a list and match multiple criteria to find the most relevant configuration.

That make sense @arrouse ? I'll work on a PR if that makes sense.