You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the dynamic color initializer only supports UIColor, which can be used exclusively on iOS and not macOS.
We don't want to have duplicate chunks of definitions, so it would be better to write initializers that support both UIColor and NSColor under the same scheme.
The text was updated successfully, but these errors were encountered:
Right now, the dynamic color initializer only supports UIColor, which can be used exclusively on iOS and not macOS.
We don't want to have duplicate chunks of definitions, so it would be better to write initializers that support both UIColor and NSColor under the same scheme.
The text was updated successfully, but these errors were encountered: