KeyboardKitSwiftUI 3.6.3

KeyboardKitSwiftUI 3.6.3

Daniel Saidi 维护。



Version Platform Swift 5.3 MIT License Twitter: @danielsaidi

关于 KeyboardKitSwiftUI

KeyboardKitSwiftUI 通过 SwiftUI 支持 KeyboardKit。由于 SwiftUI 需要 iOS 13,而 KeyboardKit 定位 iOS 11,它暂时是一个独立项目。

SwiftUI 的支持目前是一个 实验性功能,我在尝试使它与主要库有良好的兼容性。为了能够快速移动(有意为之)并且不因大量弃用和迁移而停滞不前,我将在次要版本之间允许破坏性更改。

该库将在 v 4.0 中成为主要库的一部分,并将完全取代 UIKit,这将不再受到支持。[在此处阅读更多关于这个决定的详情](https://danielsaidi.com/blog/2021/01/15/removing-uikit-support-in-keyboardkit)

安装

Swift 包管理器

https://github.com/danielsaidi/KeyboardKitSwiftUI.git

CocoaPods

target 'MyApp' do
  pod 'KeyboardKit'
  pod 'KeyboardKitSwiftUI'
end

target 'MyKeyboard' do
  pod 'KeyboardKit'
  pod 'KeyboardKitSwiftUI'
end

联系我

如果您有任何问题或者希望以任何方式做出贡献,欢迎联系我们

客户

KeyboardKit自豪地获得以下公司的支持

Anomaly Software Logo Milo Creative Logo

您的公司可以通过赞助GitHub Sponsors项目或支付咨询费来支持KeyboardKit。我将很乐意帮助您解决键盘需求。

许可证

KeyboardKitSwiftUI在MIT许可证下可用。有关更多信息,请参阅LICENSE文件。