From db034c8c4aa1ca7d698ebae46a85fb3111277be3 Mon Sep 17 00:00:00 2001 From: giomfo Date: Fri, 18 Dec 2015 15:14:34 +0100 Subject: [PATCH] AppDelegate: Customize the localized string table used by MatrixKit --- Vector/AppDelegate.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Vector/AppDelegate.m b/Vector/AppDelegate.m index 600fa96ce..9dc84e981 100644 --- a/Vector/AppDelegate.m +++ b/Vector/AppDelegate.m @@ -189,10 +189,14 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + // Override point for customization after application launch. + // define the navigation bar text color [[UINavigationBar appearance] setTintColor:VECTOR_GREEN_COLOR]; - // Override point for customization after application launch. + // Customize the localized string table + [NSBundle mxk_customizeLocalizedStringTableName:@"Vector"]; + mxSessionArray = [NSMutableArray array]; // To simplify navigation into the app, we retrieve here the navigation controller and the view controller related