fixed:1.wifi频段判断
2.解决绑定设备页面 iphonex 文字遮盖问题
This commit is contained in:
+4
-1
@@ -1054,7 +1054,10 @@ withFilterContext:(id)filterContext
|
||||
self.sBtn.hidden = YES;
|
||||
self.nodImg.hidden = YES;
|
||||
self.redTipLable.hidden=YES;
|
||||
|
||||
NSString *ssidName = [self.wifiName substringWithRange:NSMakeRange(self.wifiName.length-2, 2)];
|
||||
if ([ssidName.uppercaseString isEqualToString:@"5G"]) {
|
||||
UIAlertView *alert= [[UIAlertView alloc] initWithTitle:@"" message:@"仅支持2.4G WI-Fi网络,请重新选择" delegate:nil cancelButtonTitle:@"去更改" otherButtonTitles:@"", nil];
|
||||
}
|
||||
}
|
||||
|
||||
-(void)wifiviewkeyboardWillHide:(NSNotification *)notify{
|
||||
|
||||
Reference in New Issue
Block a user