1

I am using following code for voice input for applewatch.

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

It shows voice input screen with Done and cancel button. After speak you have to click Done button. I want to skip Done button click like siri working.After few seconds it automatically accept the input.

Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
  • http://stackoverflow.com/questions/35268552/how-to-stop-speech-recognition-dictation-in-apple-watch-when-the-user-stops-sp –  Mar 16 '16 at 16:57
  • Did you ever figure out this? Running into the same issue – shabbirv Apr 10 '16 at 21:50

0 Answers0