Is it possible for tableview to skip an indexPath in cellForRowAt delegate? My logic is based on that the indexPath will always be incremented by one (because there will always be one cell on the screen). Should I change my logic?
Status is 1 or -1 based on the scroll direction. but it should never change to 2 which you can see in the second last line.