hideSkeleton on tableview with crossDissolve transition not animating
Hi,
What did you do?
Opened the sample app within the repository. Switched on the "animated" switch, and set the transition duration to 1.5 seconds. Clicked the "show skeleton", then "hide skeleton" buttons.
What did you expect to happen?
I expected the table view in the view controller the animate the hiding of the skeleton view during 1.5 seconds.
What happened instead?
The top part (which contains the image view and label) hides the skeleton view with the expected animation and duration, while the animation is not present in the tableview. See attached capture.

Steps to reproduce the behavior
- Open the sample app provided
- Turn on the "animated" switch
- Set a long duration for the transition (1.5 seconds is good enough)
- Click the "show skeleton" button
- Click the "hide skeleton" button
SkeletonView Environment
SkeletonView version: master (a1e183a) Xcode version: 11.2 Swift version: 5
+1
+1 (occurring for me on UICollectionView)
Hi all, version 1.8.3 fixes this issue :)
+1 (occurring for me on UICollectionView)
Not working yet
anyone find any soultion for this?
anyone find any soultion for this?
not working for both collection and table
Anyone find any solution to fix this bug?
+1
Not working for both collectionView and tableView
1.30.4 not working for both collectionView and tableView
any updates?