Sign in screen

Custom auth title screen with bundle display name.
This commit is contained in:
giomfo
2016-01-27 18:23:56 +01:00
parent 23a195ddd5
commit 3a7bf4ad5e
3 changed files with 3 additions and 0 deletions
@@ -43,6 +43,7 @@
// Setup `MXKAuthenticationViewController` properties
self.rageShakeManager = [RageShakeManager sharedManager];
self.mainNavigationItem.title = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"];
self.rightBarButtonItem.title = NSLocalizedStringFromTable(@"auth_register", @"Vector", nil);
self.defaultHomeServerUrl = [[NSUserDefaults standardUserDefaults] objectForKey:@"homeserverurl"];