Skip to content

Commit 924ed10

Browse files
committed
call didChangeVerificationCode delegate on clear()
1 parent cf6de28 commit 924ed10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

KWVerificationCodeView/Classes/KWVerificationCodeView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public protocol KWVerificationCodeViewDelegate: class {
173173
}
174174

175175
textFieldViews[0].activate()
176+
delegate?.didChangeVerificationCode()
176177
}
177178

178179
// MARK: - Private Methods

0 commit comments

Comments
 (0)