Update Color+UIColor.swift Added available attributes for platforms that actually have the underlying constants. Then reordered constants so they can be grouped in #if os ... #endif blocks.
Update Color+UIColor.swift
Added available attributes for platforms that actually have the underlying constants. Then reordered constants so they can be grouped in #if os ... #endif blocks.
#if os ... #endif
A package that ports UIColor/NSColor constants over to SwiftUI‘s Color type. Colors that already exist in SwiftUI weren’t brought over.
UIColor
NSColor
SwiftUI
Color
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwiftUIColorConstants
A package that ports
UIColor
/NSColor
constants over toSwiftUI
‘sColor
type. Colors that already exist inSwiftUI
weren’t brought over.