githubmin / SwiftUIKit

SwiftUIKit contains additional functionality for SwiftUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Swift UI Swift 5.3 MIT License Twitter: @danielsaidi

About SwiftUIKit

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.

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.

Installation

Swift Package Manager

https://github.com/danielsaidi/SwiftUIKit.git

CocoaPods

pod DSSwiftUIKit

Note that you have to use import DSSwiftUIKit when you use CocoaPods. The name SwiftUIKit was (not surprisingly) already taken.

Contact me

Feel free to reach out if you have questions or if you want to contribute in any way:

Sponsors and Clients

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.

License

SwiftUIKit is available under the MIT license. See LICENSE file for more info.

About

SwiftUIKit contains additional functionality for SwiftUI.

License:MIT License


Languages

Language:Swift 98.6%Language:Ruby 1.4%