Resolving jerky UITableView Scroll

Hi We all have faced situation where scrolling of table view is not smooth.There can be many causes for the same. In order to speedup the scroll we can do a quick check 1.Avoid drawing. 2.Avoid manipulating layers. 3.Try to return cell as quickly as possible.for that you can move the data feeding for the … Read more