FuntastyKit 2.3.0

FuntastyKit 2.3.0

Futured 维护。



FuntastyKit logo

FuntastyKit

Cocoapods Cocoapods platforms License

适用于 iOS 的 FuntastyKit 包含以下内容:

  • 在 Futured(现在称为 Futured)中使用的 MVVM-C 架构,该架构的模式可以在 https://github.com/futuredapp/MVVM-C-Templates 找到。
  • 一些常用 UIKit 扩展。
  • 从 XIB 文件、storyboard 和处理键盘的协议。
  • 用于一像素设计的 Hairline 约束。

安装

如果您想使用 CocoaPods 进行依赖管理,请将以下行添加到您的 Podfile 中:

pod 'FuntastyKit', '~> 2.3'

如果您还想使用 IBInspectable 扩展,请添加:

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

当使用 Swift 包管理器时,请将以下行添加到您的 Package.swift 文件中,或使用 Xcode 添加仓库:

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

关于名称的说明

框架的名称来自公司重新品牌前的名称 Funtasty。现在我们称为 Futured,但 FuturedKit 很可能基于 SwiftUI 而不是 UIKit。

贡献者

如果您有任何问题或问题,请联系当前维护者。

多年来,许多内部和外部贡献者对该库进行了改进,具体如下

许可协议

FuntastyKit 在 MIT 许可协议下可用。更多信息请参阅 LICENSE 文件