您的位置:首页 > 其它

Editing Existing Items in Checklist

2013-03-06 23:00 281 查看
- (void)configureCheckmarkForCell:(UITableViewCell *)cell
withChecklistItem:(ChecklistsItem *)item
{
UILabel *label = (UILabel *)[cell
viewWithTag:1001];

label.text = item.checked ?
@"√":@"";
}
pp133

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: