摘要: @interface AlertView : UIView@property (nonatomic,copy) void(^block)(UIColor *color);- (id)initWithAlertView;- (void)showTwo;@end自定义View的.m文件- (id)ini... 阅读全文
posted @ 2015-10-13 20:54 iWillW 阅读(169) 评论(0) 推荐(0) 编辑
摘要: CGContextRef context = UIGraphicsGetCurrentContext(); //写文字 CGContextSetRGBFillColor(context, 1, 0, 0, 1.0);//设置填充颜色 UIFont *font = [UIFont boldSys... 阅读全文
posted @ 2015-10-13 20:06 iWillW 阅读(232) 评论(0) 推荐(0) 编辑