partho-maple / PBTreeView

An UITreeView implementation from UITableView that Apple missed in its UIKit framework. And it is in pure Swift.
138 stars 11 forks source link

Single parent should expand and all other parents should collapse ? #3

Open rajeshevv opened 7 years ago

rajeshevv commented 7 years ago

I have few questions ,

initially all parent cells are expanded by default. I want all parent cells should collapse and on user interaction only selected parent should expand and other should collapse . same should follow for internal parent - child hierarchy.