0

As the title: Keyboard's head which is store associational word, if I click the word, which method is listening the click event?

I have tested textFieldDidBeginEditing:, textFieldDidEndEditing:, textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:, nor them. Which method is listening the word click event?

aircraft
  • 25,146
  • 28
  • 91
  • 166

1 Answers1

0

Please try UIControllEventEditingChanged.

Please have a look at below question and its answers:

UITextField text change event

Community
  • 1
  • 1
Husein Behboudi Rad
  • 5,434
  • 11
  • 57
  • 115