I need to open a pure keyboard without smart prompts at the top, emoji, or mic icon at the bottom.
The default keyboard state is:
as you can see there are smart prompts at the top and other buttons at the bottom.
After the keyboardType was changed to textView.keyboardType = .asciiCapable
it looks like this
much better, but still there is a mic button at the bottom, and looks like there is no way to hide it.
Is there a way?