FieldKit
FieldKit copied to clipboard
UI library of custom text fields for iOS
Added in logic to invoke the FKTextFieldDelegate methods for: ``` textFieldShouldBeginEditing: textFieldDidBeginEditing: textFieldShouldEndEditing: textFieldDidEndEditing: ``` The remaining Delegate methods are not yet implemented.
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...
The FKTokenField widget does not handle overflowing of the view. If too many tokens are added to the view, the view will either draw them across the other widgets that...