08 2013 档案
监测iphone变暗或者变亮
摘要:#import int status = notify_register_dispatch("com.apple.springboard.hasBlankedScreen", &notifyToken, dispatch_get_main_queue(),^(int t){ uint64_t state; ... 阅读全文
posted @ 2013-08-15 19:50 zxgen 阅读(432) 评论(0) 推荐(0)
函数宏定义中参数列表的处理方法
摘要:#definemyLog(format,...)MyLogWithLevel(logLevel,@"cate",format,##__VA_ARGS__); 阅读全文
posted @ 2013-08-03 15:46 zxgen 阅读(471) 评论(0) 推荐(0)