摘要:
View Code // 画扇形 // 红色部分 CGContextRef contextRef = UIGraphicsGetCurrentContext(); CGFloat components[] = { 1.0f, 0.0f, 0.0f, 1.0f}; CGContextSetFillColor(contextRef, components); CGContextMoveToPoint(contextRef, 150.0f, 150.0f); CGContextAddArc(contextRef, 150.0f, 150.0f, 100.0f... 阅读全文
posted @ 2011-12-04 00:23
uniy
阅读(384)
评论(0)
推荐(0)
浙公网安备 33010602011771号