Skip to content
Snippets Groups Projects
Commit d0964d8b authored by jakobsbode's avatar jakobsbode
Browse files

firstResponder in sendView now used for VENTokenFields

parent 35572fe1
Branches
Tags
No related merge requests found
......@@ -363,6 +363,9 @@ static const CGFloat VENTokenFieldDefaultMaxHeight = 2000.0;//150.0;
- (void)inputTextFieldBecomeFirstResponder
{
if (self.inputTextField.isFirstResponder) {
if ([self.delegate respondsToSelector:@selector(tokenFieldDidBeginEditing:)]) {
[self.delegate tokenFieldDidBeginEditing:self];
}
return;
}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment