继承自UIView,两个方法:
// 初始化
- (instancetype)init {
if (self = [super init]) {
self.backgroundColor = [UIColor blackColor];
self.layer
继承自UIView,两个方法:
// 初始化
- (instancetype)init {
if (self = [super init]) {
self.backgroundColor = [UIColor blackColor];
self.layer