0

Can the same Text Field be set up as an "Action" and "Outlet"?

I am trying to use the touch Action to Segue to DatePicker and the outlet to capture the results in the same text field.

Ron Bledsoe
  • 161
  • 1
  • 2
  • 8

1 Answers1

0

Yes. But be careful of infinite loops. If the action method for textFieldA is actionA, and actionA sets the value of textFieldA, you could lock up the process.