I have some interesting notice with scrolling performance on UITableView with cornerRadius, borderWidth and borderColor e
UITableView
cornerRadius
borderWidth
borderColor
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...