-
-
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
SkeletonView removes text from labels after hideSkeleton() called #75
Comments
Same problem for me |
Upon further digging into tickets and PRs it looks like this might be the intended action. Would be nice to have the option to revert back to the old text. |
I believe it is a bug in The text is always
Changing the check in I will fork and put in a PR now! |
I've just noticed that the bug was actually fixed a couple of weeks ago: but as there hasn't been a tagged release for over a month, the changes won't get pulled in with Carthage/Pods |
@Juanpe please tag a new release, it is a pretty critical bugfix. Thanks. |
This bug is fixed in version 1.8 :) |
@Juanpe Hey, sorry for commenting on a closed issue, but I'm on SkeletonView 1.8.2 and a couple of my Labels are being hidden. Upon logging their texts, it does print the correct text but the labels aren't shown. Even tried label.isHidden = false but still can't get them to show. |
still an issue in |
I believe this is still an issue in 1.8.7 as well |
Hm probably in 1.30.4 not working too. 1.31.0 - Same problem |
🙏🏼 Please check if it already exists other issue related with yours.
What did you do?
I have an array of views I show the SkeletonView on
Once my data is loaded I call
I have also run the same scenario with each show and hide call directly on the view/label.
What did you expect to happen?
My labels to be filled in with their original text.
What happened instead?
The text is removed and the labels are empty.
Steps to reproduce the behavior
Create labels in Interface Builder and set their text in IB. Show the gradient skeleton view and then hide it
SkeletonView Environment
SkeletonView version: 1.2.1
Xcode version: 9.4.1
Swift version: 4.1
The text was updated successfully, but these errors were encountered: