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
*SkeletonView version:1.8.2
*Xcode version:10.2
**Swift version:swift5
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
@Juanpe https://v.youku.com/v_show/id_XNDQwMTk0MTM0OA==.html?spm=a2hzp.8253869.0.0
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!
Most helpful comment
same problem here i solve it by adding cell.hideSkeleton() in CellForRow when it's not requesting