图片调整,暗黑模式屏蔽,加入防闪退代码

This commit is contained in:
kai60
2019-11-11 17:59:53 +08:00
parent 27ddecac30
commit 1448a02de0
30 changed files with 1747 additions and 3 deletions
@@ -50,6 +50,10 @@ Assign BOOL isGoChangeWiFi;//更换为设备的WiFi
if (!_topImage) {
_topImage = InitObject(UIImageView);
[_topImage setImage:IMAGEBYENAME(@"icons_con_topbg")];
if (self.deviceType==DEVICECAMERA)
{
[_topImage setImage:IMAGEBYENAME(@"apcoonetc")];
}
}
return _topImage;
}
@@ -74,7 +78,7 @@ Assign BOOL isGoChangeWiFi;//更换为设备的WiFi
if (self.deviceType==DEVICECAMERA)
{
tip1=@"1.请长按摄像头背后复位孔,复位摄像头,复位后15秒内断电通电3次进入热点模式";
tip1=@"1.请长按摄像头背后复位孔,复位摄像头,进入热点模式";
tip2=@"2.点击去设置:设置-WiFi-选择GW-AP-xxx的网络,一般无密码或12345678或查看说明书,连接好后返回爱奇鱼app。";
}
NSArray*textArr=@[tip1,tip2];
@@ -644,6 +644,7 @@ self.attentionLabel.text=@"1、请长按摄像头背后复位孔,复位摄像
self.sBtn.hidden = YES;
self.nodImg.hidden = YES;
self.redTipLable.hidden=YES;
self.attentionLabel.hidden=YES;
}
-(void)wifiviewkeyboardWillHide:(NSNotification *)notify{