mapanguan

导航

2015年1月3日 #

绘制贝塞尔曲线

摘要: //绘制多图形(继承UIView)- (void)drawRect:(CGRect)rect{ UIColor *color = [UIColor redColor]; [color set]; UIBezierPath *path = [UIBezierPath bezierPath]; ... 阅读全文

posted @ 2015-01-03 11:43 mapanguan 阅读(862) 评论(0) 推荐(0)