forked from shadowfacts/Tusker
Add conversation screen title
This commit is contained in:
parent
ea3de4cdda
commit
576e4aa90d
|
@ -52,6 +52,8 @@ class ConversationTableViewController: EnhancedTableViewController {
|
|||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
title = NSLocalizedString("Conversation", comment: "conversation screen title")
|
||||
|
||||
tableView.delegate = self
|
||||
tableView.dataSource = self
|
||||
|
||||
|
|
Loading…
Reference in New Issue