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
  • 16,211
  • 16
  • 74
  • 135

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,114
  • 10
  • 51
  • 110