Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.51k stars 1.1k forks source link

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

Closed torycons closed 1 year ago

torycons commented 2 years ago

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 [ ])

Requirements (place an x in each of the [ ])


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

rserentill commented 2 years ago

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

colincavil112 commented 2 years ago

I am experiencing the same issue.