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

Doesn't work when using in a resizable cell #30

Closed
ramonsgds opened this issue Jan 14, 2018 · 1 comment
Closed

Doesn't work when using in a resizable cell #30

ramonsgds opened this issue Jan 14, 2018 · 1 comment

Comments

@ramonsgds
Copy link

ramonsgds commented Jan 14, 2018

When using a resizable cell:

tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 250

The skeleton animation does not work. It animates the whole tableview frame as if its childviews were configured with isSkeletonable = false.

I know this is probably because the library works with fixed cells and it needs to due to the fact that it is based on the height of the cells that the skeleton template is drawn. It would be great to allow for resizable cells as well.

@ramonsgds ramonsgds changed the title Don't work when using in a resizable cell Doesn't work when using in a resizable cell Jan 14, 2018
@Juanpe
Copy link
Owner

Juanpe commented Feb 2, 2018

Hi @ramonsgds, the problem has been fixed in version 1.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants