boolの配列を初期化するのに多くの問題があります。使用するとき、NSLog
私は取得し続け(null)
ます。piecesInPlace
40個のNOを使用して可変配列を設定しようとしています。私はテスト目的でに変更しようとしましたが、それでも取得しsetupArrayWithFalses
ます。YES
(null)
BOOL setupArrayWithFalses = NO;
for (int i=0; i<40; i++) {
[piecesInPlace addObject:[NSNumber numberWithBool:setupArrayWithFalses]];
}
NSLog(@"Value of object: %@", [piecesInPlace objectAtIndex:0]);