Hi there.
In my Photozeen iOS app I'm loading more images to the photo feed as user scrolls it down. Every time I have new portion of images from server I add them to the collection by calling insertItemsAtIndexPaths.
I see that items are getting rearranged every time. What can I do to make previously loaded items stay still except adding new section for every new portion of images?
Hi there.
In my Photozeen iOS app I'm loading more images to the photo feed as user scrolls it down. Every time I have new portion of images from server I add them to the collection by calling insertItemsAtIndexPaths.
I see that items are getting rearranged every time. What can I do to make previously loaded items stay still except adding new section for every new portion of images?