Title bar
This commit is contained in:
@@ -46,7 +46,7 @@ class URLBar: UIView
|
||||
textField.keyboardType = .webSearch
|
||||
textField.autocorrectionType = .no
|
||||
textField.autocapitalizationType = .none
|
||||
textField.font = .preferredFont(forTextStyle: .body)
|
||||
textField.font = .systemFont(ofSize: 14.0)
|
||||
textField.clearingBehavior = .clearOnInsertionAndShowSelectionTint
|
||||
addSubview(textField)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user