Can we create a tree structure in a UITableView as shown below.
-Sub1 //First row -Sub1sub1 //First row child -sub1sub1sub1 //Child child etc.. -sub1sub1sub2 -Sun1sub2 -sub2sub2sub1 -sub2sub2sub2 -Sub2 -Sub2sub1 -sub1sub2sub1 -sub1sub1sub2 -Sun2sub2 -sub2sub2sub1 -sub2sub2sub2
I don't want any code, but are there any links to implement it ... or just let me know if this is possible or not.
Please help me resolve this issue.
Thanks in advance.
source share