FieldKit icon indicating copy to clipboard operation
FieldKit copied to clipboard

FKTextField delegate methods are never invoked

Open jchaager opened this issue 11 years ago • 0 comments

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.

jchaager avatar Jan 15 '15 01:01 jchaager