Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift iOS Remove microphone key from keyboard in code

I want to remove microphone key from keyboard.But in code. Can you help me?

like image 697
Bita Avatar asked Nov 23 '25 15:11

Bita


1 Answers

Unfortunately, there seems to be no simple command to do so. Best way is to create custom keyboard and edit yourself.

Check this cocopod for your app

Custom keyboard

According to your question. Here is the link UITextInputCurrentInputModeDidChangeNotification

like image 119
cole Avatar answered Nov 25 '25 04:11

cole