Miscellaneous Swift UI utilities
This package is divided into a number of Swift Modules providing utility methods related to UI classes. A key feature of this package is that it has no dependencies other than the KSSCore libraries and a standard Apple development environment.
The modules provided by this package are the following:
- KSSMap - items that depend on MapKit
- KSSNativeUI - items that depend on either Cocoa (macOS) or UIKit (iOS)
- KSSSwiftUI - items that depend on SwiftUI
- KSSWeb - items that depend on WebKit
There are no API changes in V2, however the minumum Mac OS is now 10.12 instead of 10.11 and the minimum KSSCore is V5.
Note that not all modules are available on all architectures. In addition, within a module there will be things that are only available on some architectures. For example, anything that depends on Cocoa will be available on macOS but not on iOS.
Presently we support the following:
- macOS - All modules are available
- iOS - All modules are available, except for
KSSWeb
.