Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 465 forks source link

Interface Builder / Storyboard Support #167

Closed p2k closed 7 years ago

p2k commented 8 years ago

The implementation is changed so the underlying UITableView can be configured from within Interface Builder, namely to make use of a Storyboard's advanced cell prototyping features. An example is included.

Along the way to make this possible, the internal RATableView is replaced by a NSProxy based solution of providing a scroll view to work with and of which the delegate can be set without breaking anything.

Augustyniak commented 8 years ago

Thanks for the PR and sorry for the long response time. I really appreciate your work. :+1: I will try to review it in the comming week.

Thanks one more time!