Make sure toolbar is always in front of autocomplete ui
This commit is contained in:
@@ -18,7 +18,12 @@ class BrowserView: UIView
|
||||
}
|
||||
|
||||
var autocompleteView: UICollectionView? {
|
||||
didSet { addSubview(autocompleteView!) }
|
||||
didSet {
|
||||
addSubview(autocompleteView!)
|
||||
if let toolbarView = toolbarView {
|
||||
bringSubviewToFront(toolbarView)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var webView: WKWebView? {
|
||||
|
||||
Reference in New Issue
Block a user