FieldKit icon indicating copy to clipboard operation
FieldKit copied to clipboard

UI library of custom text fields for iOS

Results 3 FieldKit issues
Sort by recently updated
recently updated
newest added

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...