gpt4 book ai didi

ios - dictationRecordingDidEnd 从未调用过

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:31:52 25 4
gpt4 key购买 nike

我正在使用 UITextView 并在我的 View Controller 中添加了 UITextInputDelegate。我已经实现了 textDidChange 和 dictationRecordingDidEnd 方法。永远不会调用 textDidChange 和 dictationRecordingDidEnd。请帮忙。

在MyViewController.h文件中

@interface MyViewController : UIViewController <UITextViewDelegate, UITextInputDelegate>
{

}

在MyViewController.m文件中

- (void) textDidChange:(id<UITextInput>)textInput
{

}

- (void)dictationRecordingDidEnd
{

}
- (void)dictationRecognitionFailed
{
textViewResults.text = @"Dictation Failed";
}

最佳答案

我认为您不想使用 UITextInputDelegate 协议(protocol),而是使用 UITextInput 协议(protocol)。

关于ios - dictationRecordingDidEnd 从未调用过,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12268194/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com