John Haager
John Haager
I have added readonly functionality to the Token Field that allows it to display existing tokens without the user being able to add or remove tokens. We use this in...
…ition of new tags, or the removal of existing ones.
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...