码迷,mamicode.com
首页 > 其他好文 > 详细

定时器

时间:2015-05-14 16:10:50      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:

1.

CADisplayLink *link = [CADisplayLink displayLinkWithTarget:self selector:@selector(setNeedsDisplay)];

    [link addToRunLoop:[NSRunLoop mainRunLoop] forMode:NSDefaultRunLoopMode];

2.

[NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(setNeedsDisplay) userInfo:nil repeats:YES];

定时器

标签:

原文地址:http://www.cnblogs.com/yinshenge/p/4503321.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!