Open uditbatra opened 9 years ago
Hello, you have a solution for it?
I also have this question
I have already solved,you can at the time of reloadtree to use expand
i see. thanks.
Hi. Could you provide more details and code? What do you mean "at the time of reloadtree to use expand" ?
In viewDidLoad for the view just call -expandRowForItem on all items.
Thank you joshjack . In fact, I called
[self expandRowForItem:anItem expandChildren:YES withRowAnimation:RATreeViewRowAnimationNone]
for every item in the top level. I wanted the tree to be fully expanded.
Hi,
When i reload tableview i want all cell to be expanded initially. Is there any function for this.
Thanks