I need to know how to dynamically make UITextfields. I want to make a bunch of textfields and have them each have a different name. This is almost what I need:
The bold part, +, is what I need to make happen. I've been searching for hours and I haven't found a solution.
Any help would be greatly appreciated.
Code:
UITextfield *textfield[B]+[i][/B] = [[UITextField alloc] initWithFrame:CGRectMake(x,y,30,25)];
The bold part, +, is what I need to make happen. I've been searching for hours and I haven't found a solution.
Any help would be greatly appreciated.