我正在使用UITextView并在我的ViewController中添加了UITextInputDelegate。我已经实现了textDidChange和dictationRecordingDidEnd方法。永远不会调用textDidChange和dictationRecordingDidEnd。请帮忙。在MyViewController.h文件中@interfaceMyViewController:UIViewController{}在MyViewController.m文件中-(void)textDidChange:(id)textInput{}-(void)dictationRe