SwiftUICombineToolBox is a collection of SwiftUI/Combine extensions. It contains helpfull methods, syntactic sugar, and usefull Tools for iOS, watchOS.
- iOS 10.0+ / watchOS 7.0+
- Swift 5.0+
Swift Package Manager
You can use The Swift Package Manager to install SwiftUICombineToolBox
by adding the proper description to your Package.swift
file:
``` dependencies: [ .package(url: "https://github.com/lukacs-m/SwiftUICombineToolBox", from: "0.0.13"), ] ```
Or in Xcode via File > Swift Packages > Add Package Dependency...
SwiftUICombineToolBox is released under the MIT license.