What are the best practices when dealing with UITableViews in order to improve the performance, speed up the development and maintenance when dealing with UITableViews?
What are the best practices when dealing with UITableViews in order to improve the
Share
This isn’t the first time this question has been asked on SO. Here’s my previous answer on the matter:
[items objectAtIndex:indexPath.row]in the-tableView:cellForRowAtIndexPath:methodAlso watch the WWDC video on using instruments, they go over how to find where drawing code is killing performance. This year had some (some, not all) really great sessions.