email validation

Email address validation in swift

Introduction to email address validation in swift In this tutorial, we will learn how to add email address validation in swift4. We will use NSPredicate with regex to validate email of format “[email protected]”. Also, how to validate an empty UITextField in swift using guard statement. Let us jump to the tutorial and learn how to […]

Email address validation in swift Read More »

iPhone Development: Some tips and tricks for iPhone development

In this post, I am going to tell you about some of the common things that need to be used in each project like validate a text field, show alert view, show HUD etc. Instead of writing code of lines again and again for showing alert and validate text fields, check for internet we can

iPhone Development: Some tips and tricks for iPhone development Read More »