AutoLayout row height miscalculating for NSAttributedString

后端 未结 8 1636
时光取名叫无心
时光取名叫无心 2021-01-31 11:57

My app pulls HTML from an API, converts it into a NSAttributedString (in order to allow for tappable links) and writes it to a row in an AutoLayout table. Trouble i

8条回答
  •  北荒
    北荒 (楼主)
    2021-01-31 12:32

    [cell.descriptionLabel setPreferredMaxLayoutWidth:375.0];

提交回复
热议问题