Augustyniak / RATreeView

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

How to Show Table Section Headers and Footers #253

Open iosdeveloper480 opened 6 years ago

iosdeveloper480 commented 6 years ago

I would like to make add section header heading. Please help me how to show/make.

Maxatma commented 6 years ago

If you want functionality like in uitableview, I guess, there is no simple way. But if u just want to have some view, with some info - create the special header cell, configure header viewmodel for that and go on. Set it numberOfChildrenOfItem for 0.