0

Initially button.isHidden = true, however, I would like to set the button.isHidden = false, when all textfields are filled. Where should I put the If-Else condition in, most probably not in viewDidLoad, please advise.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Yuan
  • 107
  • 2
  • 13

1 Answers1

1

You might want to take a look at this post UITextField text change event and then in textFieldDidChange function you should check texts of each textfield

Community
  • 1
  • 1
Luzo
  • 1,336
  • 10
  • 15