2016年7月20日

摘要: //获得队列 dispatch_queue_t queue = dispatch_get_global_queue(0, 0); //创建一个定时器(dispatch_source_t本质还是一个OC对象,需要用强引用) self.timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, ... 阅读全文
posted @ 2016-07-20 15:39 骑蜗牛溜溜弯 阅读(99) 评论(0) 推荐(0)

导航