iOS:Keyboard的head是存储联想词,如果我点击这个词,哪个方法监听点击事件?

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

如题:Keyboard's head 是存储联想词,如果我点击这个词,method正在听click event?

我已经测试了 textFieldDidBeginEditing:textFieldDidEndEditing:textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:,也没有。哪个方法正在监听 word click event

请尝试UIControllEventEditingChanged

请看下面的问题及其答案:

UITextField text change event