摘要:
@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
阅读(172)
评论(0)
推荐(0)
摘要:
CGContextRef context = UIGraphicsGetCurrentContext(); //写文字 CGContextSetRGBFillColor(context, 1, 0, 0, 1.0);//设置填充颜色 UIFont *font = [UIFont boldSys... 阅读全文
posted @ 2015-10-13 20:06
iWillW
阅读(241)
评论(0)
推荐(0)
浙公网安备 33010602011771号