ここで非常に混乱して...なぜ私のNSLogは、 "COUNTは0 IS" 見せているなぜNSMutableArrayのカウントサイズが0になっていますか?
Section *sectionName = [[Section alloc] init];
[[sectionName content] addObject:@"test"];
[[sectionName content] addObject:@"test2"];
[[sectionName content] addObject:@"test3"];
NSLog(@"COUNT IS %i", [[sectionName content] count]);
私はNSMutableArrayのプロパティで "セクション" と呼ばれるNSObjectのサブクラスは、 "コンテンツ" と呼ばれている
?
をあなたはcontent' 'のプロパティ宣言を投稿することができますし、それを変更する 'Section'のコードはどれですか? –