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

Animation jump while expand. #28

Open
NorbertSzydlowski opened this issue Dec 15, 2014 · 2 comments
Open

Animation jump while expand. #28

NorbertSzydlowski opened this issue Dec 15, 2014 · 2 comments

Comments

@NorbertSzydlowski
Copy link

Hi,

I have got 3 section with 20+ objects.

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

@AlexanderKaraberov
Copy link

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

@AlexanderKaraberov
Copy link

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.

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

2 participants