AppDelegate: Customize the localized string table used by MatrixKit

This commit is contained in:
giomfo
2015-12-18 15:14:34 +01:00
parent b426835a21
commit db034c8c4a
+5 -1
View File
@@ -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