UITableView scrolling is not smooth

前端 未结 6 602
囚心锁ツ
囚心锁ツ 2021-02-01 20:41

I have the smooth scrolling issue at my UITableView with UITableViewCell which contains UIImageView. Similar issues could be found all over the StrackOverflow but none of the pr

6条回答
  •  梦谈多话
    2021-02-01 20:52

    Weel I had a similar problem, my scroll was not smooth. I am inserting in the table a variable UIImageView with inside labelViews. What I did was to change the method HeightforRowAtIndexPath for estimatedHeightforRowAtIndexPath and now scroll is smooth.

提交回复
热议问题