首页 > iOS 开发如何监听耳机插入手机事件

iOS 开发如何监听耳机插入手机事件

求ios关于手机插拔耳机的一些事件教程


好久以前写过的,现在没什么印象了…… 你看下这个

[[NSNotificationCenter defaultCenter] addObserver:self
       selector:@selector(routeChanged:)
           name:AVAudioSessionRouteChangeNotification
         object:nil];

测一下耳机插拔的时候值分别是什么吧,注册通知别忘了在 dealloc 的时候要 remove。

【热门文章】
【热门文章】