CLTokenInputView icon indicating copy to clipboard operation
CLTokenInputView copied to clipboard

TextField Access

Open MEnnabah opened this issue 7 years ago • 0 comments

  • Adds textFeild access methods for CLTokenInputView class.
- (BOOL)isTokenViewTextFieldFirstResponder;
- (BOOL)tokenViewTextFieldCanBecomeFirstResponder;
- (BOOL)tokenViewTextFieldBecomeFirstResponder;
  • Remove onTextFieldDidChange: from addToken:.

More on this in the commit.

MEnnabah avatar Apr 15 '18 11:04 MEnnabah