Define the vector green color as the navigation bar tint color.

This commit is contained in:
yannick
2015-11-26 18:23:04 +01:00
parent eaaedb6fbf
commit a41d09a625
+5
View File
@@ -42,6 +42,8 @@
#import <MatrixEndpointWrapper/MatrixEndpointWrapper.h>
#endif
#import "VectorDesignValues.h"
#define MAKE_STRING(x) #x
#define MAKE_NS_STRING(x) @MAKE_STRING(x)
@@ -188,6 +190,9 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// define the navigation bar text color
[[UINavigationBar appearance] setTintColor:VECTOR_GREEN_COLOR];
// Override point for customization after application launch.
mxSessionArray = [NSMutableArray array];