绘制贝塞尔曲线
摘要://绘制多图形(继承UIView)- (void)drawRect:(CGRect)rect{ UIColor *color = [UIColor redColor]; [color set]; UIBezierPath *path = [UIBezierPath bezierPath]; ...
阅读全文
posted @ 2015-01-03 11:43
posted @ 2015-01-03 11:43