3
如何繪製帶核心圖形的實心圓並將其作爲UIImage返回?繪製圓圈並存儲在UIImage中
我想要做的東西像下面這樣:
+ (UIImage*) circleImageWithRadius:(CGFloat)radius fillColor:(UIColor*)clr;
如何繪製帶核心圖形的實心圓並將其作爲UIImage返回?繪製圓圈並存儲在UIImage中
我想要做的東西像下面這樣:
+ (UIImage*) circleImageWithRadius:(CGFloat)radius fillColor:(UIColor*)clr;
這應該讓你最那裏的方式:http://www.codza.com/creating-and-drawing-on-a-new-uiimage
也期待在CGContextFillEllipseInRect
: http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html