UIView中间透明周围半透明(四种方法)方法一方法二方法三方法四
方法一#import "DrawView.h"@implementation DrawView- (instancetype)initWithFrame:(CGRect)frame{ self = [super initWithFrame:frame]; if (self) { //设置 背景为clear self.backgroundColor =