how to create Expandable Table view like Tree Structure in ios

Test picture Test · Aug 26, 2015 · Viewed 11.8k times · Source

hi every one i need a expandable table view for my data, Is it Possible to create like this in tableView.In my Data each one having different Childs,below is my data

-A1
    -A1.1
        -A1.1.1
            A1.1.1.1
+B1
+C1
+D1

----------------------
+A1
-B1
    +B1.1
+C1
+D1
-----------------------
+A1
+B1
+C1
-D1
    +D1.1
    -D1.2
        +D1.2.1
        +D1.2.2
    +D1.3

Help me thanks in advance

Answer

Anbu.Karthik picture Anbu.Karthik · Aug 26, 2015

your question is too big for submit the answer, try the following links

  1. RATreeView

  2. MultiLevel UITableView – Expandable & Collapsable UITableView

  3. KOTree.

  4. TQMultistageTableView

  5. UITreeView

Swift

1.LNZTreeView

2.PBTreeView

3.CITreeView