|
|
@@ -1,8 +1,8 @@
|
|
|
//
|
|
|
// clearCacheAlretViewController.m
|
|
|
-// 双子星云手机
|
|
|
//
|
|
|
-// Created by xd h on 2024/3/29.
|
|
|
+//
|
|
|
+// Created David on 2024/3/29.
|
|
|
//
|
|
|
|
|
|
#import "clearCacheAlretViewController.h"
|
|
|
@@ -160,13 +160,13 @@
|
|
|
gl.frame = CGRectMake(0,0,w_btn,48.f);
|
|
|
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)];
|
|
|
|
|
|
|
|
|
if(!isOkBtnHighlight){
|
|
|
[cancelBtn.layer addSublayer:gl];
|
|
|
- [cancelBtn setTitleColor:[UIColor whiteColor] forState:(UIControlStateNormal)];
|
|
|
+ [cancelBtn setTitleColor:[UIColor blackColor] forState:(UIControlStateNormal)];
|
|
|
}
|
|
|
else{
|
|
|
[cancelBtn setTitleColor:HW0A132BColor forState:(UIControlStateNormal)];
|
|
|
@@ -210,7 +210,7 @@
|
|
|
}
|
|
|
else{
|
|
|
[okBtn.layer addSublayer:gl];
|
|
|
- [okBtn setTitleColor:[UIColor whiteColor] forState:(UIControlStateNormal)];
|
|
|
+ [okBtn setTitleColor:[UIColor blackColor] forState:(UIControlStateNormal)];
|
|
|
}
|
|
|
|
|
|
[okBtn addTarget:self action:@selector(okBtnClick) forControlEvents:(UIControlEventTouchUpInside)];
|