Show title on timeline VCs
This commit is contained in:
parent
4580e32ec3
commit
bdd78951e2
|
@ -20,10 +20,13 @@ class TimelineTableViewController: UITableViewController {
|
|||
switch timeline {
|
||||
case .home:
|
||||
navigationController.tabBarItem.title = "Home"
|
||||
timelineController.navigationItem.title = "Home"
|
||||
case .local:
|
||||
navigationController.tabBarItem.title = "Local"
|
||||
timelineController.navigationItem.title = "Local"
|
||||
case .federated:
|
||||
navigationController.tabBarItem.title = "Federated"
|
||||
timelineController.navigationItem.title = "Federated"
|
||||
}
|
||||
|
||||
return navigationController
|
||||
|
|
Loading…
Reference in New Issue