We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 header has expanded
any ideas?
The text was updated successfully, but these errors were encountered:
Nope. No ideas based on that description.
Sorry, something went wrong.
Same issue i am facing. Last section row not scroll to top if it expands.
i added this line to fix the issue
-(void) tableView:(SLExpandableTableView *)tableView didExpandSection:(NSUInteger)section animated:(BOOL)animated{ NSLog(@"Last Section"); NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:section]; [self.helpListView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionMiddle animated:YES]; }
No branches or pull requests
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 header has expanded
any ideas?
The text was updated successfully, but these errors were encountered: