摘要:
项目中需要检测来电状态,使用了CTCallCenter,在AppDelegate中,代码如下:
CTCallCenter *callCenter = [[CTCallCenter alloc] init]; callCenter.callEventHandler = ^(CTCall *call) { if ([call.callState isEqualToS... 阅读全文
posted @ 2014-11-20 20:30
М80メ
阅读(455)
评论(0)
推荐(0)