LuohanCC / XNProgressHUD

MIT License
91 stars 11 forks source link

加载中突然转变为弹出文字提示,文字出现的时候视图点击不动 #9

Open gaoshuangone opened 5 years ago

gaoshuangone commented 5 years ago

// maskView if(self.isMaskEnable) { self.maskView.backgroundColor = [self maskColorWithMaskType:self.maskType]; [self addSubviewIfNotContain:self.maskView superView:targetView]; }else{//需要重置回来 [self removeFromSuperview:self.maskView]; }

LuohanCC commented 5 years ago

👌