Skip to content

UILabel not working on 1.30.4  #523

@guidev

Description

@guidev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions