Skip to content

Commit d6151d1

Browse files
authored
Merge pull request #2 from dxmvsh/fix/make-init-public
Make `init` public
2 parents cccd2f7 + 7897477 commit d6151d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BlurUIKit/VariableBlurView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ public class VariableBlurView: UIVisualEffectView {
111111

112112
// MARK: - Initialization
113113

114-
init() {
114+
public init() {
115115
super.init(effect: UIBlurEffect(style: .regular))
116116
commonInit()
117117
}
118118

119-
init(frame: CGRect) {
119+
public init(frame: CGRect) {
120120
super.init(effect: UIBlurEffect(style: .regular))
121121
commonInit()
122122
}

0 commit comments

Comments
 (0)