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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: