Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielsaidi/SwiftUIKit
SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
https://github.com/danielsaidi/SwiftUIKit
combine gestures ios macos swift swiftui toast tvos visionos watchos
Last synced: 7 days ago
JSON representation
SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
- Host: GitHub
- URL: https://github.com/danielsaidi/SwiftUIKit
- Owner: danielsaidi
- License: mit
- Created: 2020-03-04T15:18:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T12:04:12.000Z (30 days ago)
- Last Synced: 2024-10-22T10:27:46.318Z (14 days ago)
- Topics: combine, gestures, ios, macos, swift, swiftui, toast, tvos, visionos, watchos
- Language: Swift
- Homepage:
- Size: 79.2 MB
- Stars: 1,409
- Watchers: 17
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## About SwiftUIKit
SwiftUIKit is a Swift SDK that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
SwiftUIKit can kickstart your development and solves many tricky problems.
## Installation
SwiftUIKit can be installed with the Swift Package Manager:
```
https://github.com/danielsaidi/SwiftUIKit.git
```## Getting Started
SwiftUIKit started small, but has grown big over the years. Due to its complexity, I decided to remove the demo. Instead, have a look at the various namespaces and use the live previews to explore the SDK.
I will extract parts of this project into separate libraries, to provide better documentation & help. Have a look at [my open-source listing page][OpenSource] for some of these.
## Documentation
The [online documentation][Documentation] has more information, code examples, etc.
## Support my work
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
Your support makes it possible for me to put more work into these projects and make them the best they can be.
## Contact
Feel free to reach out if you have questions or want to contribute in any way:
* Website: [danielsaidi.com][Website]
* Mastodon: [@[email protected]][Mastodon]
* Twitter: [@danielsaidi][Twitter]
* E-mail: [[email protected]][Email]## License
SwiftUIKit is available under the MIT license. See the [LICENSE][License] file for more info.
[Email]: mailto:[email protected]
[Website]: https://danielsaidi.com
[GitHub]: https://github.com/danielsaidi
[Twitter]: https://twitter.com/danielsaidi
[Mastodon]: https://mastodon.social/@danielsaidi
[OpenSource]: https://danielsaidi.com/opensource
[Sponsors]: https://github.com/sponsors/danielsaidi[Documentation]: https://danielsaidi.github.io/SwiftUIKit
[License]: https://github.com/danielsaidi/SwiftUIKit/blob/master/LICENSE