I acknowledge that UITableview load dynamically a cell when user scrolls. I wonder if there is a way to preload all cells in order not to load each one while scrolling. I need t
Change the dequeueReusableCellWithIdentifier when you are reusing the table view otherwise it will load the old data