Open guidev opened 2 years ago
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 ?
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...
myLabel.text = "FINAL VALUE" myLabel.hideSkeleton()