39.两种定时器 CGPath 画四边形 UIBezierPath
// NSTimer一般用于定时的更新一些非界面上的数据
[NSTimer scheduledTimerWithTimeInterval:
0.1 target:self selector:@selector(updataImage) userInfo:nil repeats:YES];// 创建CADisplayLink, 默认每秒60次
CADisplayLink *displ
原创
2015-06-01 14:08:54 ·
860 阅读 ·
0 评论