Skip to content

Commit 66ea4a4

Browse files
committed
Merge branch 'master' into 1.5-dev
# Conflicts: # Classes/UITableView+FDTemplateLayoutCell.m
2 parents 8724a06 + 99d7682 commit 66ea4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/UITableView+FDTemplateLayoutCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ - (CGFloat)fd_heightForCellWithIdentifier:(NSString *)identifier configuration:(
127127

128128
UITableViewCell *templateLayoutCell = [self fd_templateCellForReuseIdentifier:identifier];
129129

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

133133
// Customize and provide content for our template cell.

0 commit comments

Comments
 (0)