Skip to content

Commit

Permalink
Removed example delegate method because I hate NSLogs everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
thermogl committed Jul 15, 2012
1 parent 2994f8b commit eed29f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions TokenFieldExample/Classes/TokenFieldExampleViewController.m
Expand Up @@ -106,10 +106,6 @@ - (BOOL)tokenField:(TITokenField *)tokenField willRemoveToken:(TIToken *)token {
return YES;
}

- (void)tokenField:(TITokenField *)tokenField didRemoveToken:(TIToken *)token {
NSLog(@"Removed: %@", token);
}

- (void)tokenFieldChangedEditing:(TITokenField *)tokenField {
// There's some kind of annoying bug where UITextFieldViewModeWhile/UnlessEditing doesn't do anything.
[tokenField setRightViewMode:(tokenField.editing ? UITextFieldViewModeAlways : UITextFieldViewModeNever)];
Expand Down

0 comments on commit eed29f4

Please sign in to comment.