79335768

Date: 2025-01-07 11:09:53
Score: 0.5
Natty:
Report link

this is the solution I found out.

TextField("", text: $email, prompt: Text("Email").foregroundColor(Color.white))
                            .frame(height: 50)
                            .keyboardType(.emailAddress)
                            .foregroundColor(UIColor.flax)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shadab Hashmi