Skip to content

Commit 8a8598f

Browse files
authored
1 parent bfe6111 commit 8a8598f

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
@@ -66,7 +66,7 @@ - (CGFloat)fd_systemFittingHeightForConfiguratedCell:(UITableViewCell *)cell {
6666
});
6767

6868
NSArray<NSLayoutConstraint *> *edgeConstraints;
69-
if (isSystemVersionEqualOrGreaterThen10_3) {
69+
if (isSystemVersionEqualOrGreaterThen10_2) {
7070
// To avoid confilicts, make width constraint softer than required (1000)
7171
widthFenceConstraint.priority = UILayoutPriorityRequired - 1;
7272

0 commit comments

Comments
 (0)