tanjyy / ridesio

Ridesharing iOS application for college students. Won 2nd place in the iOS category at CodePath Demo Day 2020.
https://tanjyy.github.io/ridesio
1 stars 1 forks source link

Perform form validation when signing up the user #68

Open nashirj opened 3 years ago

nashirj commented 3 years ago

The password should meet certain criteria (standard things like length and special characters and stuff), the email should be validated (maybe using this cocoa pod), fields should be nonempty, etc

nashirj commented 3 years ago

Can use text field rules from storyboard to validate password input