DeckKit icon indicating copy to clipboard operation
DeckKit copied to clipboard

DeckKit is a Swift SDK that helps you build deck-based apps in SwiftUI.

DeckKit Logo

Version Swift 5.6 MIT License Twitter: @danielsaidi

About DeckKit

DeckKit makes it easy to create deck-based apps in SwiftUI. The result can look like this or completely different:

These decks can be customized to fit your specific needs. You can change colors, fonts, corner radius, expanded height etc. and use any views as your cards.

Supported Platforms

DeckKit supports iOS 13, macOS 11, tvOS 13 and watchOS 6.

Installation

DeckKit can be installed with the Swift Package Manager:

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

or with CocoaPods:

pod DeckKit

Getting started

To get started with DeckKit, have a look at this getting started guide.

Documentation

The online documentation contains more information, code examples etc. and makes it easy to overview the various parts of the library.

The online documentation is currently iOS-specific. To generate documentation for other platforms, open the package in Xcode, select a simulator then run Product/Build Documentation.

Demo Application

This project contains a demo app that lets you explore DeckKit on iOS and macOS. To run it, just open and run Demo/Demo.xcodeproj.

Acknowledgements

This library wouldn't have been made without this amazing card tutorial.

Support

You can sponsor this project on GitHub Sponsors or get in touch for paid support.

Contact

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

License

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