зеркало из https://github.com/nextcloud/talk-ios.git
Add 'add participant' title.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
13b5090738
Коммит
4c3843436b
|
@ -69,6 +69,9 @@
|
|||
UIBarButtonItem *cancelButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel
|
||||
target:self action:@selector(cancelButtonPressed)];
|
||||
self.navigationController.navigationBar.topItem.leftBarButtonItem = cancelButton;
|
||||
self.navigationItem.title = @"Add participants";
|
||||
[self.navigationController.navigationBar setTitleTextAttributes:
|
||||
@{NSForegroundColorAttributeName:[UIColor whiteColor]}];
|
||||
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
|
||||
|
||||
self.navigationController.navigationBar.translucent = NO;
|
||||
|
|
Загрузка…
Ссылка в новой задаче