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/ChatViewController.m | |
parent | a04f0db29cb280eb45888d3a56967cf9adc6214d (diff) |
layout fixes
Diffstat (limited to 'Juick/ViewControllers/ChatViewController.m')
-rw-r--r-- | Juick/ViewControllers/ChatViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/ViewControllers/ChatViewController.m b/Juick/ViewControllers/ChatViewController.m index f88bfa5..e94bb40 100644 --- a/Juick/ViewControllers/ChatViewController.m +++ b/Juick/ViewControllers/ChatViewController.m @@ -18,7 +18,7 @@ - (void)viewDidLoad { [super viewDidLoad]; - + [self.navigationController.visibleViewController setTitle:self.uname]; [self.tableView registerNib:[UINib nibWithNibName:@"BubbleMessageCell" bundle:[NSBundle mainBundle]] forCellReuseIdentifier:@"bubbleMessageCell"]; self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; self.tableView.keyboardDismissMode = UIScrollViewKeyboardDismissModeInteractive; |