Skip to content

Instantly share code, notes, and snippets.

@coderiding
Created July 12, 2019 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coderiding/64acd413c51c80233adf7a3391b65e8e to your computer and use it in GitHub Desktop.
Save coderiding/64acd413c51c80233adf7a3391b65e8e to your computer and use it in GitHub Desktop.
// 监听textfield
[self.phoneTextField addTarget:self action:@selector(mx_textFieldChange:) forControlEvents:UIControlEventEditingChanged];
-(void)mx_textFieldChange:(UITextField *)textField
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment