SwiftUIKit adds extra functionality to SwiftUI
, like extensions to existing types and completely new stuff.
SwiftUIKit can be installed with the Swift Package Manager:
https://github.com/danielsaidi/SwiftUIKit.git
If you prefer to not have external dependencies, you can also just copy the source code into your app.
The online documentation has more information, code examples, etc., and makes it easy to overview the various parts of the library.
This repository doesn't have a demo application, but you can use the source code previews to preview most features directly in Xcode.
I manage my various open-source projects in my free time and am really thankful for any help I can get from the community.
You can sponsor this project on GitHub Sponsors or get in touch for paid support.
Feel free to reach out if you have questions or if you want to contribute in any way:
- Website: danielsaidi.com
- Mastodon: @danielsaidi@mastodon.social
- Twitter: @danielsaidi
- E-mail: daniel.saidi@gmail.com
SwiftUIKit supports iOS 13
, macOS 11
, tvOS 13
and watchOS 6
.
SwiftUIKit is available under the MIT license. See the LICENSE file for more info.