Rightpoint / RZCellSizeManager

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

Deprecate multiple init methods in favor of registration methods #9

Closed ndonald2 closed 10 years ago

ndonald2 commented 10 years ago

@arrouse @sixstringtheory

As proposed in #7 this gets rid of the initializer methods in favor of just using the registration methods. There was significant redundancy there since the init methods were simply calling the public registration methods anyway.

Also changed:

ndonald2 commented 10 years ago

Also moved the custom width config when loading the cell prototype so that it will apply to non-nib-based cells as well (not sure if it's necessary but this way it's just implicit)

ndonald2 commented 10 years ago

BTW this supersedes #6 since it includes that commit, merging this one should close the other automatically though.

armcknight commented 10 years ago

Excellent documentation! Somehow a star got missed that broke its documentation-level functionality--I went ahead and pushed it on here.

alexrrouse commented 10 years ago

Yea, Love the documentation! Looks amazing to me. Nice work, merging.