Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/futuredapp/funtastykit
- Owner: futuredapp
- License: mit
- Created: 2016-12-19T10:30:45.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T03:33:22.000Z (over 2 years ago)
- Last Synced: 2025-01-19T18:39:57.148Z (20 days ago)
- Topics: architecture, ios, protocol, swift, uikit, utilities
- Language: Swift
- Homepage:
- Size: 237 KB
- Stars: 30
- Watchers: 8
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.