Skip to content

Commit

Permalink
Pass the JMStaticContentTableViewCell to the configureBlock so that t…
Browse files Browse the repository at this point in the history
…he user can retain it to change things like the cell's height.
  • Loading branch information
jakemarsh committed Dec 13, 2012
1 parent 4eba01b commit cd170e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ - (UITableViewCell *) tableView:(UITableView *)tableView cellForRowAtIndexPath:(
cell.accessoryView = nil; cell.accessoryView = nil;
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;


cellContent.configureBlock(nil, cell, indexPath); cellContent.configureBlock(cellContent, cell, indexPath);


return cell; return cell;
} }
Expand Down

0 comments on commit cd170e5

Please sign in to comment.