-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Description
Describe your issue here.
What type of issue is this?
- bug
- enhancement (feature request)
- question
- documentation related
- discussion
Requirements
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
SkeletonView Environment:
SkeletonView version: 1.30.4
Xcode version: 14.0.1
Swift version: 5.7
Steps to reproduce:
Please replace this with the steps to reproduce the behavior.
Here's how I've used it with a UILabel:
myLabel.text = "PLACEHOLDER"
myLabel.showAnimatedSkeleton()
// wait for network request to complete...
// when I receive the data to display, on the main thread
myLabel.text = "FINAL VALUE"
myLabel.hideSkeleton()
After updating to 1.30.4, after the skeleton is hidden, the label shows PLACEHOLDER instead of FINAL VALUE
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels