どうすれば入手できEntry 1
ますか?
_contentData 配列:
(
{
id = 1;
name = "Entry 1";
},
{
id = 2;
name = "Entry 2";
},
)
コード:
NSLog(@"%@", [_contentData objectAtIndex:0]);
{
id = 1;
name = "Entry 1";
}
コード:
[_contentData objectAtIndex:0] objectAtIndex:0])
Error: Crash App