SkeletonView
SkeletonView copied to clipboard
The complementary color in Gradient color is not changed after updating the application theme
Description
The complementary color in Gradient color is not changed after updating the application theme
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
SkeletonView Environment:
SkeletonView version: v1.29.2 Xcode version: v13.1 Swift version: v5.0
Steps to reproduce:
- Open Example ios application and tap UISegmentedControl to Gradient section
- Open Settings application in iPhone and change appearance from Light to Dark or Dark to Light
- Go back to ios application. Gradient color in skeleton view is changed following the new application theme except
complementaryColor
.
Expected result:
The complementary color is changed following the new application theme.
Actual result:
The complementary color isn't changed following the new application theme.
Attachments:
The complementary color isn't changed when updating the application theme from Dark to Light.
The complementary color should be changed when updating the application theme from Dark to Light.
I'm having the same problem. Do we have a fix/workaround for it?
I am experiencing the same issue.