A collection of common SwiftUI and UIKit utilities.
Warning
The code in this library has been made public as-is solely for the purposes of reference, education, discovery, and personal use. As such, stability for production applications CANNOT be guaranteed; however, if you're interested in leveraging code within this library in your own projects, feel free to do so at your own risk.
Please open GitHub issues for any problems you encounter or requests you have and we will do my best to provide support.
- KippleFonts — Convenience functionality for
Font
,UIFont
, andNSFont
. - KippleUI — Convenience functionality for
SwiftUI
,UIKit
, andAppKit
.
- Kipple — A collection of Swift modules providing common Swift functionality.
Note
This package also utilizes KippleTools as a development dependency, which handles linting, formatting, and other core scripting needs for Kipple projects. This dependency is not pulled into your project in any way, as it is not referenced directly by any product of this package.
There's more where this came from!
Check out Kipple and its component libraries.
See Installation.
Note
Because of SwiftUI's major leap forward with @Observable
in iOS 17 / Swift 5.9, KippleUI
's minimum version is 5.9 instead of 5.7.
See Compatibility for more information.
See Stability.
Sorry to do this to you again, but...
See Contributing.
All Kipple libraries are released under the MIT license. See LICENSE for details.