图片调整,暗黑模式屏蔽,加入防闪退代码
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user