Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/futuredapp/funtastykit

A collection of Swift utilities and protocols used in our projects
https://github.com/futuredapp/funtastykit

architecture ios protocol swift uikit utilities

Last synced: 9 days ago
JSON representation

A collection of Swift utilities and protocols used in our projects

Awesome Lists containing this project

README

        

FuntastyKit logo

# FuntastyKit

![Cocoapods](https://img.shields.io/cocoapods/v/FuntastyKit.svg)
![Cocoapods platforms](https://img.shields.io/cocoapods/p/FuntastyKit.svg)
![License](https://img.shields.io/cocoapods/l/FuntastyKit.svg)

The FuntastyKit for iOS contains:

- MVVM-C architecture used at [Futured](https://www.futured.app/en/), the template for this architecture can be found at https://github.com/futuredapp/MVVM-C-Templates.
- Some regularly used UIKit extensions.
- Protocols for simple initialization from XIB files, storyboards and for handling keyboard.
- Hairline constraint for one-pixel designs.

## Installation

If you want to use CocoaPods for dependency management, add following line to your `Podfile`:

```ruby
pod 'FuntastyKit', '~> 2.3'
```

If you also want to use IBInspectable extensions also add:

```ruby
pod 'FuntastyKit', '~> 2.3', subspecs: ['IBInspectable']
```

When using Swift package manager add following line to your `Package.swift` file or add the repository using Xcode:

```swift
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.3.0")
```

## Note on the name

The name of the framework comes from the name of our company before rebranding, Funtasty. Now, we are called Futured, but FuturedKit will be very probably based on SwiftUI instead of UIKit.

## Contributors

If you have any questions or issues, please contact the current maintainer:

- Matěj K. Jirásek, [email protected]

Over the years many inside and outside contributors made improvements to this library, namely:

- [Petr Zvoníček](https://github.com/zvonicek)
- [Matěj K. Jirásek](https://github.com/mkj-is)
- [Patrik Potoček](https://github.com/Patrez)
- [Roman Podymov](https://github.com/RomanPodymov)
- [Radek Doležal](https://github.com/eRDe33)
- [Tomáš Babulák](https://github.com/tomasbabulak)
- [Mikoláš Stuchlík](https://github.com/mikolasstuchlik)
- [Marek Staňa](https://github.com/mstana)
- [Martin Pinka](https://github.com/crinos9)
- [Adam Salih](https://github.com/adamsalih)
- [Adam Bezák](https://github.com/bezoadam)

## License

FuntastyKit is available under the MIT license. See the [LICENSE file](LICENSE) for more info.