摘要: 下面代码实现画圆、画弧、画扇形//画圆- (void)drawCircle{ //获取上下文 CGContextRef context = UIGraphicsGetCurrentContext(); //画圆 CGContextAddEllipseInRect(context, CGRe... 阅读全文
posted @ 2015-12-01 23:08 BansheeLw 阅读(120) 评论(0) 推荐(0)
摘要: iOS Quartz2D 阅读全文
posted @ 2015-12-01 22:44 BansheeLw 阅读(191) 评论(0) 推荐(1)