forkingdog / UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating
MIT License
9.94k stars 2.01k forks source link

ios11 crash #337

Open app111 opened 7 years ago

app111 commented 7 years ago

去掉 isSystemVersionEqualOrGreaterThen10_2 即可

import "UITableView+FDTemplateLayoutCell.h"

Line 85: // Auto layout engine does its math fittingHeight = [cell.contentView systemLayoutSizeFittingSize:UILayoutFittingCompressedSize].height;

likaiGit commented 7 years ago

isSystemVersionEqualOrGreaterThen10_2里面修改layout的优先级为high-1即可