如何在iPhone上处理键盘麦克风按钮事件

时间:2014-08-11 05:02:40

标签: ios uitextfield uisearchbar uikeyboard

我有这个UISearchBar位于self.view之上。当它成为第一响应者时显示默认键盘,我想知道是否有任何方法可以选择麦克风按钮的触摸事件。任何帮助将不胜感激。

enter image description here

1 个答案:

答案 0 :(得分:1)

您正在查看此麦克风图标,因为您的iPhone dication已在设置>常规>键盘>听写或设置 - >常规 - > Siri下启用。

我认为您可以使用文本输入模式来识别当前正在进行的输入模式。

UITextInputCurrentInputModeDidChangeNotification

参考 - http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextInputMode_Class/Reference/Reference.html