Skip to content

Instantly share code, notes, and snippets.

@wisaruthk
Created October 7, 2014 15:36
Show Gist options
  • Save wisaruthk/ed9fc91805e8826d90ca to your computer and use it in GitHub Desktop.
Save wisaruthk/ed9fc91805e8826d90ca to your computer and use it in GitHub Desktop.
Add textfield listener while edit
_textInputHelper = [[FDPTextInputHelper alloc] init];
[self.batchSizeTextField addTarget:_textInputHelper action:@selector(textFieldIntegerDidChange:) forControlEvents:UIControlEventEditingChanged];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment