摘要: dispatch_create生成的Queue不管是并行队列还是串行队列,其优先级都是默认优先级但是可以用dispatch_set_target_queue来改变队列的优先级dispatch_set_target_queue(原来的队列, 目标优先级队列)使用这个函数需要获取两个队列,一个是需要变更... 阅读全文
posted @ 2014-08-10 22:31 784692237 阅读(481) 评论(0) 推荐(0) 编辑
摘要: + (void)beginAnimations:(NSString *)animationID context:(void *)context; // additional context info passed to will start/did stop selectors. begin/com... 阅读全文
posted @ 2014-08-10 15:02 784692237 阅读(256) 评论(0) 推荐(1) 编辑