5

I am try to make tree table like shopping app(main name,category name and sub category name) but not getting proper.i am using NSMutableArray

please help me.

example Like ::: Laptop (main name) ,Company (Category Name),Model (Sub Category Name)

My response like : https://github.com/seletz/CocoaTreeViewExample

Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
Priya Patel
  • 125
  • 9
  • i am add name in header and category in table row but when click on catoegory show sub category thats my main problem (i add my code but my code and responce big so i dont add) plz check on https://github.com/seletz/CocoaTreeViewExample same responce from my side – Priya Patel Aug 05 '15 at 11:45
  • @priyapatel, Can you post some code? – Sweta Sharma Aug 06 '15 at 05:37

1 Answers1

1

Please refer to this link for creating tree based table : http://sugartin.info/2011/07/20/447/

Anshul
  • 420
  • 1
  • 9
  • 16