UITableView cornerRadius with border performance issues on iOS

后端 未结 2 1516
有刺的猬
有刺的猬 2021-01-18 19:33

I have some interesting notice with scrolling performance on UITableView with cornerRadius, borderWidth and borderColor e

2条回答
  •  渐次进展
    2021-01-18 19:48

    I just found out that cornerRadius with borderWidth sluggish tableView performance by a lot. So instead of 10.f radius I changed to 5.f and performance has increased amazingly. Still not perfect but noticeably better...

提交回复
热议问题