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 的委托并在输入新字符时播放声音。不过我不推荐它。