diff options
author | Vitaly Takmazov | 2019-10-02 21:00:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-02 21:00:34 +0300 |
commit | e463896f7cab7eb9482085cf39a025e83408a14c (patch) | |
tree | 6f3473b34e1893d987144a55d8d9c8480269bfb7 /Juick/ViewControllers/ChatViewController.m | |
parent | 633abd8498f2ef52d7e2989e111d55012053ad74 (diff) |
Cleanup notifications
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 4f9481c..989b531 100644 --- a/Juick/ViewControllers/ChatViewController.m +++ b/Juick/ViewControllers/ChatViewController.m @@ -21,7 +21,7 @@ - (void)viewDidLoad { [super viewDidLoad]; - [self.navigationController.navigationItem setTitle:self.uname]; + [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; |