Rightpoint / RZCellSizeManager

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

Occasional exception in cell instantiation is annoying #31

Open ZevEisenberg opened 9 years ago

ZevEisenberg commented 9 years ago

On this line: https://github.com/Raizlabs/RZCellSizeManager/blob/develop/RZCellSizeManager/RZCellSizeManager.m#L446

The exception thrown by the system should be avoidable by checking if the .xib file exists before trying to load it. Otherwise, if you set a breakpoint for all exceptions, it will break every time cell size manager tries to load a prototype cell that doesn't have a xib.