iOS UITableView with dynamic text and images rendered together (NSAttributedString + images)

后端 未结 2 2069
有刺的猬
有刺的猬 2020-12-06 14:58

My problem is this: I have dynamic content in an iOS app (such as twits - although this is not a twitter app) that include both text and images (mostly icons/emoticons and t

2条回答
  •  隐瞒了意图╮
    2020-12-06 15:14

    This post may get you going in the right direction for calculating row height:

    Retrieve custom prototype cell height from storyboard?

    As for performance, have you run Time Profiler to narrow down what is causing lag?

提交回复
热议问题