Rightpoint / RZCellSizeManager

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

Support storyboards #12

Closed TadeasKriz closed 10 years ago

TadeasKriz commented 10 years ago

Hey,

would it be possible to support storyboard layouts? Right now cells has to be in separate .xib files, but if I have them defined in the storyboard, inside tableviews, the application crashes when registration is called (because in the registration process, new cell is being created from the xib file, which does not exist).

Thanks

TadeasKriz commented 10 years ago

I've decided to implement it myself. Once I'm done, I'll send a PR so you'll be able to merge it if interested.