CLTokenInputView
CLTokenInputView copied to clipboard
A replica of iOS's native contact bubbles UI
This is a fix for an issue I noticed on iOS 10. I have not tested it for iOS 9 or 8.
The [latest release of CLTokenInputView in CocoaPods](https://cocoapods.org/pods/CLTokenInputView) is v2.3.0, which is behind the latest code in this repo which is marked 2.4.0. Will v2.4.0 be released to CocoaPods?
Hi there, thank you very much for this library. I'm wondering how to deal with this behavior:  Ideally the text field should grow instead of going behind the previous...
I've exposed a number of properties on CLTokenInputView to enable better customization. All of the properties exposed were previous handled by constants. These include: `padding` (PADDING_*),`fieldPadding`, `standardRowHeight`, `textFieldHSpace`, `linePadding` (VSpace),...
Just as the title explains :)
- Adds textFeild access methods for `CLTokenInputView` class. ``` - (BOOL)isTokenViewTextFieldFirstResponder; - (BOOL)tokenViewTextFieldCanBecomeFirstResponder; - (BOOL)tokenViewTextFieldBecomeFirstResponder; ``` - Remove `onTextFieldDidChange:` from `addToken:`. > More on this in the commit.
Hello, I am using tokenInputView but I have a question: How can I limit the height of tokenView when I add so many CLToken into it, or I want change...
Not every time, but sometimes removing token generates problem with it's height. When there are two tokens are removing first one generating problem. I've added background of `CLTokenInputView`, so can...