Mohd Sazid

Results 4 comments of Mohd Sazid

I only want to reload the data as normally we do

import UIKit import KJExpandableTableTree class POIPlacesVC: UIViewController, UITableViewDelegate, UITableViewDataSource { // KJ Tree instances ------------------------- var arrayTree:[Parent] = [] var kjtreeInstance: KJTree = KJTree() @IBOutlet weak var tblList: UITableView! @IBOutlet...

I have sent the whole class and In didSelectRowAtIndexPath I need nod so I have use the same in above without expending/collapsing the cell

Hi, Have any solution for that