Skip to content

Commit

Permalink
Merge branch 'master' into 1.5-dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	Classes/UITableView+FDTemplateLayoutCell.m
  • Loading branch information
sunnyxx committed Mar 16, 2016
2 parents 8724a06 + 99d7682 commit 66ea4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/UITableView+FDTemplateLayoutCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ - (CGFloat)fd_heightForCellWithIdentifier:(NSString *)identifier configuration:(

UITableViewCell *templateLayoutCell = [self fd_templateCellForReuseIdentifier:identifier];

// Manually calls to ensure consistent behavior with actual cells (that are displayed on screen).
// Manually calls to ensure consistent behavior with actual cells. (that are displayed on screen)
[templateLayoutCell prepareForReuse];

// Customize and provide content for our template cell.
Expand Down

0 comments on commit 66ea4a4

Please sign in to comment.