摘要: iPhone的锁屏监测分为两种方式监听: 1. 程序在前台,这种比较简单。直接使用Darwin层的通知就可以了: #import <notify.h> #define NotificationLock CFSTR("com.apple.springboard.lockcomplete") #defi 阅读全文
posted @ 2014-12-18 11:55 奔放小青年 阅读(11271) 评论(3) 推荐(2) 编辑