SkeletonView
SkeletonView copied to clipboard
BUG cannot change text after view.showSkeleton()
Description
Describe your issue here.
What type of issue is this? (place an x in one of the [ ])
- [ X] bug
- [ ] enhancement (feature request)
- [ ] question
- [ ] documentation related
- [ ] discussion
Requirements (place an x in each of the [ ])
- [ x] I've read and understood the Contributing guidelines and have done my best effort to follow them.
- [ x] I've read and agree to the Code of Conduct.
- [ x] 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: **Xcode version:13 **Swift version:13
Steps to reproduce:
Please replace this with the steps to reproduce the behavior.
- Setup Skeleton View 2.Change text after setup skeleton view
Expected result:
text is changed
Actual result:
text is not changed
Attachments:
Logs, screenshots, sample project, funny gif, etc.
this view is UILabel
same problem here