diff options
author | Vitaly Takmazov | 2018-03-04 17:24:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-04 17:24:13 +0300 |
commit | f2ad6e8f2bbca27cb9c4777adb581d169c77057b (patch) | |
tree | 7f01a95a038d850010c56537d1efa55cf8c88d40 /Juick/ViewControllers/DialogsViewController.m | |
parent | a04f0db29cb280eb45888d3a56967cf9adc6214d (diff) |
layout fixes
Diffstat (limited to 'Juick/ViewControllers/DialogsViewController.m')
-rw-r--r-- | Juick/ViewControllers/DialogsViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/ViewControllers/DialogsViewController.m b/Juick/ViewControllers/DialogsViewController.m index 878e912..4f89814 100644 --- a/Juick/ViewControllers/DialogsViewController.m +++ b/Juick/ViewControllers/DialogsViewController.m @@ -20,7 +20,7 @@ - (void)viewDidLoad { [super viewDidLoad]; - + [self.navigationController.visibleViewController setTitle:@"Chats"]; [self.view setBackgroundColor:[ColorScheme mainBackground]]; [self.tableView registerNib:[UINib nibWithNibName:@"ConversationCell" bundle:[NSBundle mainBundle]] forCellReuseIdentifier:@"notificationCell"]; self.chats = [NSMutableArray array]; |