随笔分类 -  iOS

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