我计划为Apple Watch开发一个应用程序。我需要实现文本输入语音。在官方网站上我找到了以下方法:
- (void)presentTextInputControllerWithSuggestions:(NSArray *)suggestions
allowedInputMode:(WKTextInputMode)inputMode
completion:(void (^)(NSArray *results))completion
对以下内容感兴趣:
答案 0 :(得分:1)
presentTextInputControllerWithSuggestions
的输入语言取决于iPhone上所选键盘的当前所选语言。
答案 1 :(得分:-1)
是的,您可以看到用户选择的语言:
NSString *language = [[NSLocale preferredLanguages] firstObject];