|
|
@@ -239,5 +239,8 @@ void UncaughtExceptionHandler(NSException *exception) {
|
|
|
[[UIBarButtonItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:APREDCOLOR, NSForegroundColorAttributeName, nil] forState:UIControlStateHighlighted];
|
|
|
[[UIBarButtonItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:APGRAYCOLOR, NSForegroundColorAttributeName, nil] forState:UIControlStateNormal];
|
|
|
[[UIBarButtonItem appearance] setTintColor:APGRAYCOLOR];
|
|
|
+
|
|
|
+ // Activity
|
|
|
+ [[UIActivityIndicatorView appearance] setColor:APGRAYCOLOR];
|
|
|
}
|
|
|
@end
|