DSNestedAccordionTo use the library Inherit DSNestedAccordionHandler to your table view handler. Provide implementation to the below listed methods - (NSInteger)noOfRowsInRootLevel; - (NSInteger)tableView:(UITableView *)view noOfChildRowsForCellAtPath:(DSCellPath *)path; - (UITableViewCell *)tableView:(UITableView *)view cellForPath:(DSCellPath *)path; License: MITObjective C