tingxins / InputKit

📝InputKit, an Elegant Kit to limits your input text, inspired by BlocksKit, written in both Objective-C & ⚡️Swift.

Home Page:https://tingxins.com/2017/06/input-kit-introduction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LimitedTextField.swift 不设置delegate 不能正常使用

liwenDeng opened this issue · comments

Version: InputKit.swift-1.1.10
目前使用的是Swift3.x
在 Swfit3.x 版本的 InputKit-1.1.10 release 版本的 SwfitDemo里面,如果不设置

textField.delegate = self

的话,无法进行输入限制,OC版是可以不设置delegate的