随笔分类 -  OC 画图 UIGraphics

swift - 画图 - 画矩形,虚线,圆和半圆
摘要:import UIKit class JYJYBouncedCouponsViewCellBgView: UIView { //一定要在这里设置 背景色, 不要再draw里面设置, override init(frame: CGRect) { super.init(frame: frame) self.backgroun... 阅读全文
posted @ 2018-08-14 13:55 懂事长qingzZ 阅读(2661) 评论(0) 推荐(0)
OC - GCD 队列组 - 下载图片画图
摘要:- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{ [self downloadImage]; } -(void)downloadImage{ dispatch_group_t group = di 阅读全文
posted @ 2018-06-28 11:48 懂事长qingzZ 阅读(182) 评论(0) 推荐(0)