raheelahmad786

Results 3 comments of raheelahmad786

Found the same problem. Please post the solution. Thanks.

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