Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.51k stars 1.1k forks source link

UILabel not working on 1.30.4 #523

Open guidev opened 1 year ago

guidev commented 1 year ago

Description

Describe your issue here.

What type of issue is this?

Requirements


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:

  1. myLabel.text = "PLACEHOLDER"
    myLabel.showAnimatedSkeleton()
  2. // wait for network request to complete...

  3. 
    // 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`
arturdev commented 1 year ago

The same with UITextField....

qLag commented 1 year ago

Same bug here with UILabel

sprzenus commented 1 year ago

Same bug. I've never seen this before. Had to lock used version to 1.30.3

javikr commented 1 year ago

Same here. Locked pod version to 1.30.3

mg-partec commented 1 year ago

Same problem here. Xcode 14.1, iOS 15 & 16. It works fine with 1.30.3

michalnowak061 commented 1 year ago

same here

mparmar-covantex commented 1 year ago

Any update? Frnds

michalnowak061 commented 3 months ago

any updates @Juanpe ?