Show app name in titlebar

This commit is contained in:
James Magahern
2020-07-31 17:44:38 -07:00
parent c723b3de88
commit 2a64636d61
3 changed files with 114 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ class BrowserViewController: UIViewController, WKNavigationDelegate,
}
private func updateTitleAndURL(forWebView webView: WKWebView) {
browserView.titlebarView.titleLabelView.text = webView.title
browserView.titlebarView.setTitle(webView.title ?? "")
if let urlString = webView.url?.absoluteString {
toolbarController.urlBar.textField.text = urlString