Move off of internal SDK, copy webkit spis from opensource
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
//
|
||||
|
||||
import UIKit
|
||||
import QuartzCore_Private
|
||||
|
||||
class SecurityIndicatorView: UIView
|
||||
{
|
||||
@@ -70,7 +69,7 @@ class TitlebarView: UIView
|
||||
addSubview(separatorView)
|
||||
|
||||
separatorView.backgroundColor = UIColor(white: 1.0, alpha: 0.20)
|
||||
separatorView.layer.compositingFilter = kCAFilterPlusL
|
||||
separatorView.layer.compositingFilter = "kCAFilterPlusL"
|
||||
|
||||
titleLabelView.textColor = .white
|
||||
titleLabelView.layer.shadowColor = UIColor.black.cgColor
|
||||
|
||||
Reference in New Issue
Block a user