上一页 1 ··· 6 7 8 9 10
摘要: 1.使用NSTimer 来实现[NSTimer scheduledTimerWithTimeInterval:0.01 target:self selector:@selector(setNeedsDisplay) userInfo:nil repeats:YES];2.使用CADisplayLin... 阅读全文
posted @ 2015-07-02 12:52 第三维 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Paths中的几个重要元素 Points void CGContextMoveToPoint ( CGContextRef c, CGFloat x, CGFloat y ); 指定一个点成为current point Quartz会跟踪current point一般执行完一个相关函数后,current point都会相应的改变. Lines 相关的几个函数 void CGConte... 阅读全文
posted @ 2015-07-01 20:25 第三维 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10