diff options
author | Vitaly Takmazov | 2019-03-21 19:28:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-21 19:28:15 +0300 |
commit | e6fec9707f61b5d521bf1a2e6a85998f2466bdfa (patch) | |
tree | cef8da0d57deac351ee98efc6c875952486e04eb /Juick/ViewControllers/DialogsViewController.m | |
parent | 0e3fc6807af7b85ba9aa37763b311cf9d8443822 (diff) |
Update icons
Diffstat (limited to 'Juick/ViewControllers/DialogsViewController.m')
-rw-r--r-- | Juick/ViewControllers/DialogsViewController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Juick/ViewControllers/DialogsViewController.m b/Juick/ViewControllers/DialogsViewController.m index c4ace7f..1f9f8e0 100644 --- a/Juick/ViewControllers/DialogsViewController.m +++ b/Juick/ViewControllers/DialogsViewController.m @@ -16,7 +16,6 @@ @implementation DialogsViewController - (void)viewDidLoad { [super viewDidLoad]; - [self.tabBarItem setTitle:@"Chats"]; self.navigationController.visibleViewController.navigationItem.title = @"Chats"; [self.view setBackgroundColor:[ColorScheme mainBackground]]; [self.tableView registerNib:[UINib nibWithNibName:@"ConversationCell" bundle:[NSBundle mainBundle]] forCellReuseIdentifier:@"notificationCell"]; |