测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可协议 | MIT |
发布最新发布 | 2017年11月 |
SwiftSwift 版本 | 4.0 |
SPM支持 SPM | ✗ |
由 Anthony Dito 维护。
要运行示例项目,先克隆仓库,然后从 Example 目录中运行 pod install
。
FormatTextField 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
使用方法
pod 'FormatTextField'
import FormatTextField
var textField = FormatTextField()
textField.inputType = .phone
phone:格式化电话号码,例如 (123) 456-7890
FormatTextField 在 MIT 许可协议下可用。有关更多信息,请参阅 LICENSE 文件。
CocoaPods 是由以下项目贡献的