UITextField开始听写

我想以编程方式把我的UITextFieldinput到听写模式,而不需要用户从键盘上popup和select听写。 searchAPI文档,但无法find解决scheme。 有任何想法吗?

这在iOS上目前是不可能的。

唯一可能的地方是使用WatchKit的应用程序。 在WKInterfaceController中,你可以使用presentTextInputControllerWithSuggestions作为参数,立即开始听写input。