SLExpandableTableView
SLExpandableTableView copied to clipboard
SLExpandableTableView is a UITableView subclass that gives you easy access to expandable and collapsable sections by just implementing a few more delegate and dataSource protocols. (iPhone, iPad, iOS)
I am working on a project which is in Swift4. I am very much happy to see this Cocoapod. I want to implement it in my Project So, can you...
Example: `class TestTableView: SLExpandableTableView, SLExpandableTableViewDelegate, SLExpandableTableViewDatasource` Looks to be the appropriate way to implement UITableView Delegate and DataSource but unable to set them. `testTableView.delegate = testTableView` wants me to impossibly...
Hi, I've a case that when an element of section is selected, i want the header cell not to be collapsed even user touch the cell. Is there an easy...
When user closed a section, the tableView did scroll this way, that closed section was on the top of the screen. This change adds a flag, which by default behaves...
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{ return 10; } when i set the height for footer in section,there is a bug.Open the first section, the bottom view will no normal. ![Uploading 屏幕快照...
I want to change height for sub row . but no any method provided for this . would you please suggest how can i change the height of sub row....
Added two optional methods to the protocol to make it possible not to expand or collapse some cells.
Ideally I shouldn't have to implement this protocol, it should just work with a UITableViewCell and I can modify the behavior by implementing the methods in the subclass. Please help...
Hi, I have a table view with approx 20 sections when the last section is animated the section header does not move up. It does not look like the section...
Hi, I have got 3 section with 20+ objects. Animation is too fast when expand and it look like jump.