在applewatch中使用presentTextInputControllerWithSuggestions进行语音输入时,是否可以跳过完成按钮单击?

时间:2016-03-16 04:43:30

标签: ios apple-watch

我正在使用以下代码为applewatch进行语音输入。

[self presentTextInputControllerWithSuggestions:nil allowedInputMode:WKTextInputModePlain completion:^(NSArray *results) {
        NSLog(@"results: %@", results);
    }];

显示带完成和取消按钮的语音输入屏幕。说完之后你必须点击完成按钮。我想跳过完成按钮点击像siri工作。几秒钟后它会自动接受输入。

0 个答案:

没有答案