Adding multiple text fields with the same code
I want to be able to add between 1 and 20 text fields to my view with the
same code.
My idea is to use a for loop and every time add a text field so the first
time it loops it adds "textField1" and the second time it adds
"textField2" etc.
I'm not sure how I would go about coding this so I'm looking for your help.
No comments:
Post a Comment