Skip to content

Commit c58beb8

Browse files
author
Ahmet Sina Ustem
committed
Removed unused method
1 parent 25258cc commit c58beb8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ALFormInput/Classes/ALValidatableTextField.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,6 @@ public class ALValidatableTextField: SkyFloatingLabelTextFieldWithIcon {
262262
fontAwesomeStyle = .solid
263263
}
264264

265-
func validationSuccessful() {
266-
// submit the form
267-
}
268-
269265
func validationFailed(_ errors:[(Validatable ,ValidationError)]) {
270266
// turn the fields to red
271267
for (field, error) in errors {

0 commit comments

Comments
 (0)