Greetings developers,
I'm having trouble in my iPhone programming.
I have labels in my project, its names are "label1", "label2", "label3", "label4"...etc
What I would like to do is described below:
while (int i=1; i<10; i++) {
label[i].text = [NSString stringWithFormat:@"%d", i];
}
I couldn't find the solution for this problem. I would appreciate any useful feedbacks!