expandable drop down inside tableview in swift4
问题 I tried, expandable drop down inside tableview in swift4 but not worked my below code. if i changed custom model class to String it is working. my requirement use below custom model class. please check my below code. class ExpandViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, ExpandableHeaderViewDelegate { var empDetails = [EmpWorking]() var hiredDetails = [Hired]() @IBOutlet weak var tableView: UITableView! var sections = [SectionData]() override func