UIButton image and UILabel text does not get removed when skeleton is shown in iOS 12 and iOS 11. The text and the button image are unseen when skeleton view is shown on iOS 13 and above.
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.
Description
UIButton image and UILabel text does not get removed when skeleton is shown in iOS 12 and iOS 11. The text and the button image are unseen when skeleton view is shown on iOS 13 and above.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
SkeletonView Environment:
SkeletonView version: 1.29.2 Xcode version: 13.2.1 Swift version: 5.3
Steps to reproduce:
Please replace this with the steps to reproduce the behavior. Scenario A:
Scenario B: Alternatively you can,
Expected result:
Scenario A: Text should be not seen from UILabel when skeleton is shown.
Scenario B: Button image should be not seen from the UIButton when skeleton is shown.
Actual result:
Scenario A: Text is seen in UILabel when skeleton is shown. The following screenshot is taken while the skeleton gradient is animating:
Scenario B: Button image is seen in the UIButton when skeleton is shown. The following screenshot is taken while the skeleton gradient is animating: