Skip to content

lukacs-m/SwiftUICombineToolBox

Repository files navigation

SwiftUICombineToolBox

Platforms SPM compatible Swift Xcode MIT

SwiftUICombineToolBox is a collection of SwiftUI/Combine extensions. It contains helpfull methods, syntactic sugar, and usefull Tools for iOS, watchOS.

Requirements

  • iOS 10.0+ / watchOS 7.0+
  • Swift 5.0+

Installation

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...

List of All Extensions

Combine Extensions
SwiftUI Extensions
UIElements
Tools

License

SwiftUICombineToolBox is released under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages