Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tree TableView with multiple NSMutablearray

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

like image 772
Priya Patel Avatar asked Nov 10 '22 07:11

Priya Patel


1 Answers

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

like image 176
Anshul Avatar answered Nov 14 '22 23:11

Anshul