Optimizing Tableview
I have fairly complex rows within a tableview. Each contains a remote image, and a few labels. On both iOS and android it is slow to load and scroll (even with only 20 rows). Does anyone have tips or tricks for improving the performance of a tableview? Thanks!