特殊输入框。手机号、航班号、限制字数、大小写等。
let textField = YRSpecialTextField.init()
textField.specialType = YRSpecialTypeCapsLook.init(type: .uppercased)
textField.placeholder = "锁定大写"
XSpecialTextField is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'XSpecialTextField'
有其他类型处理,欢迎发起PR或issue
Ray, [email protected]
XSpecialTextField is available under the MIT license. See the LICENSE file for more info.