.plist から mutablearray にロードされたブール値を条件付きでテストする方法を理解するのに問題があるようです。何をすべきか理解できず、引き続きエラーが発生します: Passing argument 1 of 'numberWithBool:" make integer from pointer without a cast. これを理解する助けがあれば幸いです!
ここに私のコードがあります:
if ([NSNumber numberWithBool:[[self.ListArray objectAtIndex:indexPath.row] valueForKey:@"TrueFalse"]]) {
cell.accessoryView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"IsSelected.png"]];
}