-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
The same with UITextField.... |
Same bug here with UILabel |
Same bug. I've never seen this before. Had to lock used version to 1.30.3 |
Same here. Locked pod version to 1.30.3 |
Same problem here. Xcode 14.1, iOS 15 & 16. It works fine with 1.30.3 |
same here |
Any update? Frnds |
any updates @Juanpe ? |
Same here, any update? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
:// wait for network request to complete...
After updating to 1.30.4, after the skeleton is hidden, the label shows
PLACEHOLDER
instead ofFINAL VALUE
The text was updated successfully, but these errors were encountered: