SkeletonView icon indicating copy to clipboard operation
SkeletonView copied to clipboard

The complementary color in Gradient color is not changed after updating the application theme

Open torycons opened this issue 3 years ago • 2 comments

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:

  1. Open Example ios application and tap UISegmentedControl to Gradient section
  2. Open Settings application in iPhone and change appearance from Light to Dark or Dark to Light
  3. 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. Actual

The complementary color should be changed when updating the application theme from Dark to Light. Expected

torycons avatar Feb 01 '22 09:02 torycons

I'm having the same problem. Do we have a fix/workaround for it?

rserentill avatar Mar 15 '22 11:03 rserentill

I am experiencing the same issue.

colincavil112 avatar Mar 25 '22 00:03 colincavil112