You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi,
I have got 3 section with 20+ objects.
Animation is too fast when expand and it look like jump.
The text was updated successfully, but these errors were encountered: