SLExpandableTableView
SLExpandableTableView copied to clipboard
Animation jump while expand.
Hi,
I have got 3 section with 20+ objects.
Animation is too fast when expand and it look like jump.
Have the same issue. Any ideas how to fix this?
Ok. In my case I managed to fix this by disabling scrolling to top in SLExpandableTableView here:
[self scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:section] atScrollPosition:UITableViewScrollPositionTop animated:animated];
or just disabling animation will also work.