|
|
@ -102,6 +102,8 @@ const NSUInteger kNewGroupViewControllerAvatarWidth = 68;
|
|
|
|
|
|
|
|
|
|
|
|
self.title = [MessageStrings newGroupDefaultTitle];
|
|
|
|
self.title = [MessageStrings newGroupDefaultTitle];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
self.view.backgroundColor = UIColor.ows_themeBackgroundColor;
|
|
|
|
|
|
|
|
|
|
|
|
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]
|
|
|
|
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]
|
|
|
|
initWithTitle:NSLocalizedString(@"NEW_GROUP_CREATE_BUTTON", @"The title for the 'create group' button.")
|
|
|
|
initWithTitle:NSLocalizedString(@"NEW_GROUP_CREATE_BUTTON", @"The title for the 'create group' button.")
|
|
|
|
style:UIBarButtonItemStylePlain
|
|
|
|
style:UIBarButtonItemStylePlain
|
|
|
|