SLExpandableTableView icon indicating copy to clipboard operation
SLExpandableTableView copied to clipboard

Animation jump while expand.

Open NorbertSzydlowski opened this issue 11 years ago • 2 comments

Hi,

I have got 3 section with 20+ objects.

Animation is too fast when expand and it look like jump.

NorbertSzydlowski avatar Dec 15 '14 21:12 NorbertSzydlowski

Have the same issue. Any ideas how to fix this?

AlexanderKaraberov avatar Feb 23 '15 09:02 AlexanderKaraberov

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.

AlexanderKaraberov avatar Feb 23 '15 11:02 AlexanderKaraberov