Skip to content

Commit

Permalink
Support resignFirstResponder.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonagon committed Jun 24, 2014
1 parent 69eab6f commit 31bb067
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions VENTokenField/VENTokenField.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ - (BOOL)becomeFirstResponder
return YES;
}

- (BOOL)resignFirstResponder
{
return [self.inputTextField resignFirstResponder];
}

- (void)setUpInit
{
// Set up default values.
Expand Down

0 comments on commit 31bb067

Please sign in to comment.