mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-12 18:59:59 +02:00
AppDelegate: Customize the localized string table used by MatrixKit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user