摘要:
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ // in thread dispatch_async(dispatch_get_main_queue(), ^{ // main thread }); }); 阅读全文
posted @ 2012-04-05 10:54
Gang.Wang
阅读(503)
评论(0)
推荐(0)
浙公网安备 33010602011771号