さて、配列と for ループを使用して 7 つの異なるラベル名を付けようとしています。
コード:
id huller[] = {hul18.text, hul17.text, hul16.text, hul15.text, hul14.text, hul13.text, hul12.text, hul11.text, hul10.text, hul9.text, hul8.text, hul7.text, hul6.text, hul5.text, hul4.text, hul3.text, hul2.text, hul1.text};
for (int i = 0; 7 > i; i++) {
huller[i] = [NSString stringWithFormat:@"%i", x + 1];
NSLog(@"%@", huller[i]);
}
名前は NSLog で変更されますが、シミュレーターでは変更されません。なにが問題ですか?