Skip to content

Commit ae59b9f

Browse files
committed
Make init method public to support programatical usage
1 parent 14d5dc1 commit ae59b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KWVerificationCodeView/Classes/KWVerificationCodeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public protocol KWVerificationCodeViewDelegate: class {
127127
weak public var delegate: KWVerificationCodeViewDelegate?
128128

129129
// MARK: - Lifecycle
130-
override init(frame: CGRect) {
130+
override public init(frame: CGRect) {
131131
super.init(frame: frame)
132132

133133
setup()

0 commit comments

Comments
 (0)