We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cccd2f7 + 7897477 commit d6151d1Copy full SHA for d6151d1
1 file changed
BlurUIKit/VariableBlurView.swift
@@ -111,12 +111,12 @@ public class VariableBlurView: UIVisualEffectView {
111
112
// MARK: - Initialization
113
114
- init() {
+ public init() {
115
super.init(effect: UIBlurEffect(style: .regular))
116
commonInit()
117
}
118
119
- init(frame: CGRect) {
+ public init(frame: CGRect) {
120
121
122
0 commit comments