|
@@ -1,13 +1,12 @@
|
|
|
//
|
|
|
// playerShowSecretkeyView.m
|
|
|
-// 隐私保护
|
|
|
+ //
|
|
|
//
|
|
|
-// Created by xd h on 2023/11/6.
|
|
|
+// Created David on 2023/11/6.
|
|
|
//
|
|
|
|
|
|
#import "playerShowSecretkeyView.h"
|
|
|
#import "RSATool.h"
|
|
|
-#import "connectDeviceManager.h"
|
|
|
|
|
|
@interface playerShowSecretkeyView()
|
|
|
|
|
@@ -135,13 +134,13 @@
|
|
|
gl.frame = CGRectMake(0,0,okBtn_W,40);
|
|
|
gl.startPoint = CGPointMake(0, 0.5);
|
|
|
gl.endPoint = CGPointMake(1, 0.5);
|
|
|
- gl.colors = @[(__bridge id)HW0CDEFDColor.CGColor, (__bridge id)HW058DFBColor.CGColor];
|
|
|
+ gl.colors = @[(__bridge id)HWFFE10FColor.CGColor, (__bridge id)HWFFE411Color.CGColor];
|
|
|
gl.locations = @[@(0), @(1.0f)];
|
|
|
_closeBut.layer.cornerRadius = 8;
|
|
|
_closeBut.clipsToBounds = YES;
|
|
|
[_closeBut.layer addSublayer:gl];
|
|
|
[_closeBut setTitle:butTitle forState:(UIControlStateNormal)];
|
|
|
- [_closeBut setTitleColor:[UIColor whiteColor] forState:(UIControlStateNormal)];
|
|
|
+ [_closeBut setTitleColor:[UIColor blackColor] forState:(UIControlStateNormal)];
|
|
|
[_closeBut addTarget:self action:@selector(closeViewFun) forControlEvents:UIControlEventTouchUpInside];
|
|
|
|
|
|
// NSString* curLanguage = [DDYLanguageTool ddy_AppLanguage];
|