FieldKit
FieldKit copied to clipboard
FKTextField delegate methods are never invoked
The FKTextField class never invokes any of its delegate methods. None of the code in the class even uses the delegate property.
In practice, this means that it is not possible to known an FKTextField starts or stop editing or control the text that is allowed to be entered into it.