Sergio Chan

Full Stack, Born hacker, Professional Manager

Crazy fan of Hackathons all around the world.
Founded Hackathon team hACKbUSTER.


  1. runloop初窥

    先来说一个很简单的实例在scrollView中添加一个timer来刷新视图的时候,如果只是简单的声明 self.timer = [NSTimer scheduledTimerWithTimeInterval:1.0f target:self selector:@selector(timeUpdate:) userInfo:nil repeats:YES]; 那么当你滑动或者保持你的手指在scrollView上的时候,timer是不会被响应的,这不是因为刷新视图的操作被占用,而是因为当你没有显式 …

    于  NSThread, iOS, runloop 继续阅读