Cross-Kit Types
Just some convenient typealias
es and extension
s to make it easier to use Apple types which are different in their different kits, like UIColor in UIKit and NSColor in AppKit.
connect ECONNREFUSED /var/run/docker.sockThis package can be updated automatically by having the owner add the GitHub App to this repository and creating a new release.
Images, Colors, and Fonts, oh my! This is the first basic step toward making these play nicely across kits.
Cross-Kit Type | UIKit | AppKit |
---|---|---|
NativeImage |
UIImage |
NSImage |
NativeColor |
UIColor |
NSColor |
NativeFont |
UIFont |
NSFont |
Just some convenient typealias
es and extension
s to make it easier to use Apple types which are different in their different kits, like UIColor in UIKit and NSColor in AppKit.