Tweak appearance of registration views.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-05-26 20:21:09 -04:00
parent 8bf3fb4bcf
commit 3a83f93099
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
RegistrationViewController *viewController = [RegistrationViewController new];
UINavigationController *navigationController =
[[UINavigationController alloc] initWithRootViewController:viewController];
navigationController.navigationBarHidden = YES;
self.window.rootViewController = navigationController;
}

View File

@ -67,7 +67,7 @@
// iPhone 5 or smaller.
[header autoSetDimension:ALDimensionHeight toSize:80];
} else {
[header autoSetDimension:ALDimensionHeight toSize:225];
[header autoSetDimension:ALDimensionHeight toSize:220];
UIImage *logo = [UIImage imageNamed:@"logoSignal"];
OWSAssert(logo);