forkingdog / UITableView-FDTemplateLayoutCell

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

iOS中经常会出现bug,比如label高度的计算,导致不会换行 #260

Closed Mryong closed 7 years ago

YueLiXing commented 7 years ago

是因为你 label 的高度计算的就不对。。。可以试试 sizeThatFits:

afantree commented 7 years ago

@YueLiXing 👍 + 1

OCer commented 7 years ago

我用cell自带的textLabel,结果计算不对

afantree commented 7 years ago

@OCer 最好往cell上面添加自己的Label,然后对此添加完整的约束。