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