I have a UITableView
with custom cells. Each cell has 2 UIImageView and 2 UILables. I have like a few hundred of these cells.
The scrolling of the table seems to be slower. The images used or not very big in size and are cached.
Is there any way to make it more efficient/faster ?
Thanks.