ed-floating-field-swiftui
This is the demo repository for having floating TextField in swift UI
- The inputs fields should not be empty
- Validations for email (must be a valid email)
- Validations for password (should have 8 characters, 1 number, 1 upper case alphabet, 1 lower case alphabet)
- Validations for username (should not have spaces and no upper case alphabet)
- Responsive for all devices (iPhone SE, iPhone 13, iPad)