草庐IT

TodoTableViewCellController

全部标签

objective-c - 自定义 UITableViewCell NSUnknownKeyException

-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{staticNSString*TodoListTableIdentifier=@"TodoListTableIdentifier";TodoTableViewCellController*cell=(TodoTableViewCellController*)[tableViewdequeueReusableCellWithIdentifier:TodoListTableIdentifier];