UI调整,摄像头入口替换

This commit is contained in:
祝发冬
2022-08-13 13:52:48 +08:00
parent deb671cd0a
commit 77016f37a4
8 changed files with 36 additions and 17 deletions
@@ -8,7 +8,7 @@
#import "FatherController.h"
#import "IfishDeviceInfo.h"
#include "xuanduo3fModel.h"
//#include "xuanduo3fModel.h"
NS_ASSUME_NONNULL_BEGIN
@@ -539,6 +539,10 @@ static NSString *timerTypeFlag = @"TimerTypeTableViewCell";
}
[headerView configWithImageName:_imgArr[section-2] labelName:_titieArr[section-2]];
if (section==7)
{
headerView.backImageView.image=[UIImage imageNamed:@"bottomRound"];
}
return headerView;
}