klassen-software-solutions / KSSCoreUI

Miscellaneous Swift UI utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KSSCoreUI

Miscellaneous Swift UI utilities

Description

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

API Documentation

What is New in Version 2

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.

Module Availability

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.

About

Miscellaneous Swift UI utilities

License:MIT License


Languages

Language:Swift 99.9%Language:Makefile 0.1%