Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Ivan Sein 2018-04-13 11:47:03 +02:00
Родитель 13b5090738
Коммит 4c3843436b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;