I've got multiple TextFields that are generated from a Json file into a TableViewController. The TextFields have no unique tag or name so that won't work. I've got a RightBarButton and when that button is pressed it should show the values in the TextFields but only the value of the last TextField is shown.
How can I validate them all so I can check if all the TextFields have data in them?