How to check whether Dictation is enabled in iOS Keyboard.?

后端 未结 1 1294
走了就别回头了
走了就别回头了 2021-01-21 01:22

I have to show an Image highlighting the Mic icon in iOS keyboard saying \"Tap here to speak\". But the Mic icon won\'t be displayed if dictation is disabled in Keyboard setting

相关标签:
1条回答
  • 2021-01-21 01:58

    Short answer is that checking whether the dictation is enabled is not possible.

    Currently there are only few things that developers can play with in terms of dictation. They are defined in UITextInput Protocol. Sadly, what you're looking is not there.

    0 讨论(0)
提交回复
热议问题