Re-implement Custom Contrast Mode (Broken?)
This commit is contained in:
parent
a2872996b2
commit
72c88cfddf
1 changed files with 0 additions and 4 deletions
|
|
@ -297,7 +297,6 @@ UIColor *lcmHexColor;
|
|||
%end
|
||||
%end
|
||||
|
||||
/*
|
||||
%group gCustomContrastMode // Custom Contrast Mode (Hex Color)
|
||||
%hook UIColor
|
||||
+ (UIColor *)whiteColor {
|
||||
|
|
@ -570,7 +569,6 @@ UIColor *lcmHexColor;
|
|||
}
|
||||
%end
|
||||
%end
|
||||
*/
|
||||
|
||||
# pragma mark - ctor
|
||||
%ctor {
|
||||
|
|
@ -578,9 +576,7 @@ UIColor *lcmHexColor;
|
|||
if (lowContrastMode()) {
|
||||
%init(gLowContrastMode);
|
||||
}
|
||||
/*
|
||||
if (customContrastMode()) {
|
||||
%init(gCustomContrastMode);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue