Flag if scrolling down in tableview
The indexPath.row is the row that the tableview is currently rendering.
So as you scroll down, the tableview will try to fetch data.
Let's say there are 100 rows in your data, and there are 15 that fit on the screen.
If you don't scroll, then somewhe...
coderlyn.hashnode.dev2 min read