FuntastyKit

2.3.0

A collection of Swift utilities and protocols used in our projects
futuredapp/FuntastyKit

What's New

v2.3.0: Configuring coordinator and housekeep

2022-02-02T09:38:57Z

What's Changed

New Contributors

Full Changelog: 2.2.2...2.3.0

FuntastyKit logo

FuntastyKit

Cocoapods Cocoapods platforms License

The FuntastyKit for iOS contains:

  • MVVM-C architecture used at Futured, 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:

pod 'FuntastyKit', '~> 2.3'

If you also want to use IBInspectable extensions also add:

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:

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

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

License

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

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 12 2024 22:55:51 GMT-0900 (Hawaii-Aleutian Daylight Time)