Skip to content
New issue

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

Last Section #32

Open
yj7 opened this issue May 28, 2015 · 3 comments
Open

Last Section #32

yj7 opened this issue May 28, 2015 · 3 comments

Comments

@yj7
Copy link

yj7 commented May 28, 2015

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?

@OliverLetterer
Copy link
Owner

Nope. No ideas based on that description.

@raheelahmad786
Copy link

Same issue i am facing. Last section row not scroll to top if it expands.

@raheelahmad786
Copy link

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];
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants