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

question for cell expands #193

Closed 6lihaitao closed 8 years ago

6lihaitao commented 8 years ago

I have 3 level in the RATreeView,and I want 1 level always expands.How to do it? I used - (BOOL)treeView:(RATreeView *)treeView shouldCollapaseRowForItem:(id)item,when 1 level cell expands it never Collapse.I want no action for 1 level cell,it will expands myself.

6lihaitao commented 8 years ago

I've solved,and thanks for you project.