Skeletonview: Tableview hideSkeleton() is Don't work?

Created on 17 Oct 2019  Â·  8Comments  Â·  Source: Juanpe/SkeletonView

I called hideSkeleton() when I got the data after the network request. But the Skeleton on the cell did not disappear.

I hope I can fix this bug, otherwise I wouldn't be able to use SkeletonView at all

Steps to reproduce the behavior

*SkeletonView version:1.8.2
*
Xcode version:10.2
**Swift version:swift5

awaiting user input ✅ fixed

Most helpful comment

same problem here i solve it by adding cell.hideSkeleton() in CellForRow when it's not requesting

All 8 comments

Hi @cs571393, try to reloadData of the tableView after hiding the skeleton. It seems is a bug in the last version, but it's already fixed. The solution will be included in the next version.

While you can use the master branch in your podfile :)

@Juanpe The new problem is that the Tableview hideSkeleton() doesn't slide after it

@Juanpe The Tableview hideSkeleton() doesn't scroll, but the cell can still be clicked

@Juanpe When it comes to TableView.ReloadRows, the cell shows skeleton again

Does not work even after reload data, case for collection view too, but cells are clickable.
Kindly update / fix #urgent

same problem here i solve it by adding cell.hideSkeleton() in CellForRow when it's not requesting

same problem here i solve it by adding cell.hideSkeleton() in CellForRow when it's not requesting

Life saver!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eduardbosch picture eduardbosch  Â·  5Comments

barankaansert picture barankaansert  Â·  3Comments

kimsonwong picture kimsonwong  Â·  6Comments

macistador picture macistador  Â·  6Comments

GauravTechbirds picture GauravTechbirds  Â·  4Comments