I am trying to do the following in my application:
I got my data from an online server and I put it in cells. I need automatic data loading when scrolling down, for example, 10 cells are loaded when the application is running, and then when I scroll down 10 other cells are dynamically loaded.
As in the following example:

Thanks for the advance,
source share