Custom UITextField with ValidationType in Swift - Ep1 | KtrKathir | Xcode 11 | Swift 5.2

Опубликовано: 14 Май 2020
на канале: iPhone Kathiresan
681
13

Custom UITextField with ValidationType in Swift - Ep1 | Xcode 11

TextField validation is very important in Application development.
Without validating a field its make a very big problem in backend side and server side.

This video has basic setup of UITextField validation in Swift.

Before designing an application form we have to design our basic setup of field validations.
This validation method is fully focused on faster, easier, generic and developer friendly. It will really helpful to validate your fields. Upcoming videos of ValidationType will give much better idea to implement this in your project.

Here I created ValidationType and ValidationResult classes are very powerful. they will help to you and give a better support.

Subscribe on YouTube : https://bit.ly/KtrKathir
Follow me on WordPress: https://bit.ly/KtrKathir-blog
Like my page on Facebook: https://bit.ly/KtrKathir-fb

#iOS #Swift #Xcode #Customize #UITextField

Chapters:
0:00 Intro and New project creation
0:36 Creating Custom UITextField, Validate and Validation Result
4:00 Implementing String Validation
6:03 Implementing Custom UITextField
7:37 Designing Screen
12:12 Testing final output