摘要: UIView:- (void)drawRect:(CGRect)rect { [super drawRect:rect]; CGRect frame = CGRectMake(50, 100, 100, 100); /*画填充圆 */ CGContextRef... 阅读全文
posted @ 2015-05-27 12:18 M了个WX 阅读(19038) 评论(1) 推荐(0)