Search code examples
swiftwatchkit

Customizing the presentTextInputController and voice dictation scene controllers?


presentTextInputControllerWithSuggestions method gives us

enter image description here

Can we access this scene to customize the UI with different emoji/microphone buttons? We can only change the array of suggestions?

When the microphone is clicked to dictate a reply we get this very simple scene. Is there a controller for this or is it a private Apple controller that's called?

enter image description here

Do we have to use this very plain waveform or can we use our own custom waveform like these? I have a custom subclass animated waveform I'd like to use.

enter image description here enter image description here


Solution

  • According to the documentation, currently you can only customize the suggestion text, whether or not the emoji's/animated emoji's are available, and if the suggestion text should be shown at all.