0

I have three textfields one for company name second for email and third one is for password. I want to enable return button only if all the three fields are filled. Is it feasible in swift?

A J
  • 441
  • 4
  • 20

1 Answers1

-2

Check the number of strings in the text field to make sure it was entered. After confirming the input in the three text fields. and... Button active.

Alfonso Tienda
  • 3,442
  • 1
  • 19
  • 34
NextLevel
  • 1
  • 1