This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
BREAKING CHANGES:
- Removing unnecessary "expandableSection" array and its use cases
- Clean up the code, rename some delegate methods:
-
OLD func expandableCell(forSection section: Int, inTableView tableView: ExpyTableView) -> UITableViewCell
-
OLD func canExpand(section: Int, inTableView tableView: ExpyTableView) -> Bool
-
NEW func tableView(tableView: ExpyTableView, expandableCellForSection section: Int) -> UITableViewCell
-
NEW func tableView(_ tableView: ExpyTableView, canExpandSection section: Int) -> Bool
-
see commit "134e83f" for more details.
ADDITIONS: