SwiftUIKit
adds extra functionality to SwiftUI
, like extensions to existing types and completely new views, pickers, utilites, services etc.
SwiftUIKit
is divided into these areas:
- Blurs
- Cameras
- Data
- Extensions
- Files
- Gestures
- Navigation
- Pickers
- Presentation
- Sharing
- Styles
- Views
You can explore the various sections in the demo app.
This project contains a demo app that lets you explore SwiftUIKit
through interactive demos.
The demo app provides an intuitive way to explore the library. Together with the extensive documentation and SwiftUI previews, I hope you'll find it easy to understand how the various parts of the library works.
To run the demo app, just open and run the Demo/Demo.xcodeproj
project. It's a universal app project, but the macOS
app is currenty not working that well.
https://github.com/danielsaidi/SwiftUIKit.git
pod DSSwiftUIKit
Note that you have to use import DSSwiftUIKit
when you use CocoaPods. The name SwiftUIKit
was (not surprisingly) already taken.
Feel free to reach out if you have questions or if you want to contribute in any way:
- E-mail: daniel.saidi@gmail.com
- Twitter: @danielsaidi
- Web site: danielsaidi.com
This project is proudly sponsored by the following individuals:
You can support my work by sponsoring the project on GitHub Sponsors or hiring me for consultation. I'd be happy to help you out in any way that I can.
SwiftUIKit is available under the MIT license. See LICENSE file for more info.