新版本

This commit is contained in:
roy
2019-03-12 09:26:46 +08:00
parent cbbfcb098a
commit c08d198e11
431 changed files with 19432 additions and 9136 deletions
Binary file not shown.
@@ -33,7 +33,7 @@ enum
@property(nonatomic,strong) UITextField *wifiSecFiled;
@property(nonatomic,strong) UILabel *redTipLable;
@property (nonatomic) int conectType; //1-二维码扫描 0-智能联机
@property (strong, nonatomic) NSString *lastSetPassword;
@@ -108,7 +108,21 @@ typedef NS_ENUM(NSInteger,lodingViewdissMissStyle) {
[self soundInit];
_canDissMissController = YES;
[self redTipLable];
}
-(UILabel *)redTipLable{
if (_redTipLable==nil) {
_redTipLable=[[UILabel alloc]initWithFrame:CGRectMake(19, 165, 100, 10)];
_redTipLable.text=@"(暂不支持5G网络,请使用2.4G网络)";
_redTipLable.font=[UIFont systemFontOfSize:13];
_redTipLable.textColor=[UIColor redColor];
[_redTipLable sizeToFit];
// _redTipLable.backgroundColor=[UIColor blackColor];
[self.view addSubview:_redTipLable];
[self.view bringSubviewToFront:_redTipLable];
}
return _redTipLable;
}
#pragma mark - 声波SDK初始化
@@ -997,6 +1011,7 @@ withFilterContext:(id)filterContext
self.wifiSecFiled.hidden = NO;
self.sBtn.hidden = NO;
self.nodImg.hidden = NO;
self.redTipLable.hidden=NO;
self.connectingView.alpha = 0;
@@ -1014,6 +1029,7 @@ withFilterContext:(id)filterContext
self.wifiSecFiled.hidden = NO;
self.sBtn.hidden = NO;
self.nodImg.hidden = NO;
self.redTipLable.hidden=NO;
}];
}
@@ -1041,6 +1057,7 @@ withFilterContext:(id)filterContext
self.wifiSecFiled.hidden = YES;
self.sBtn.hidden = YES;
self.nodImg.hidden = YES;
self.redTipLable.hidden=YES;
}
Binary file not shown.
BIN
View File
Binary file not shown.
View File
View File
View File
View File
View File
View File
View File