jjzjj

finishedBoolean

全部标签

iphone - 核心数据 bool 属性比较

我有一个tableViewController,并且在:-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath我有这个代码:MinorGoal*minor=[self.arrayobjectAtIndex:indexPath.row];if(minor.finishedBoolean==[NSNumbernumberWithBool:YES]){//codetomakecheckmarkUITableViewCell*indexPathCell=[