forked from zelo72/mastodon-ios
chore: set title label for favorite scene
This commit is contained in:
parent
1deb75d041
commit
74ee93e983
|
@ -47,6 +47,7 @@ extension FavoriteViewController {
|
|||
|
||||
view.backgroundColor = Asset.Colors.Background.systemGroupedBackground.color
|
||||
navigationItem.titleView = titleView
|
||||
titleView.update(title: L10n.Scene.Favorite.title, subtitle: nil)
|
||||
|
||||
tableView.translatesAutoresizingMaskIntoConstraints = false
|
||||
view.addSubview(tableView)
|
||||
|
|
Loading…
Reference in New Issue