Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UILabel not working on 1.30.4 #523

Open
4 of 8 tasks
guidev opened this issue Oct 20, 2022 · 9 comments
Open
4 of 8 tasks

UILabel not working on 1.30.4 #523

guidev opened this issue Oct 20, 2022 · 9 comments

Comments

@guidev
Copy link
Contributor

guidev commented Oct 20, 2022

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

@arturdev
Copy link

The same with UITextField....

@qLag
Copy link

qLag commented Nov 4, 2022

Same bug here with UILabel

@sprzenus
Copy link

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

@javikr
Copy link

javikr commented Nov 14, 2022

Same here. Locked pod version to 1.30.3

@mg-partec
Copy link

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

@michalnowak061
Copy link

same here

@mparmar-covantex
Copy link

Any update? Frnds

@michalnowak061
Copy link

any updates @Juanpe ?

@Jibooooo
Copy link

Same here, any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants