Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストを入力してテキストを入力しているときにUITextFieldサウンドを取得する場合、(コードを使用して)そのデフォルトのサウンドを削除/無効にし、他のカスタムサウンドを追加するにはどうすればよいですか?
UITextField
パブリック API を使用してデフォルトのキーボード サウンドを変更することはできません。
ただし、UITextField のデリゲートを傍受し、新しい文字が入力されたときにサウンドを再生することはできますが、これは非常に見苦しい解決策です。ただし、お勧めしません。