文字描述修改,去除AP模式第二次wifi跳转

This commit is contained in:
kai
2019-11-10 19:50:21 +08:00
parent 2cc86fb124
commit 27ddecac30
8 changed files with 83 additions and 41 deletions
@@ -146,8 +146,11 @@ extern BOOL isfromCameraView;
}
self.nodImg.frame = CGRectMake(12, yOffset, 10, 10);
self.wifiNamelabel.frame = CGRectMake(23, yOffset - 18 + 5, 336, 36);
self.attentionLabel.frame=CGRectMake(30, CGRectGetMidY(self.waveProgressView.frame), kScreenWidth-60, 130);
[self.view bringSubviewToFront:self.attentionLabel];
[self.view bringSubviewToFront:self.connectTipLbl];
[self.view bringSubviewToFront:self.connectBtn];
}
-(void)viewWillAppear:(BOOL)animated{