MSSticker image from remote url with lazy loading (add loader)

264 views Asked by At

I want to load Stickers from the server using remote URL, I have found a solution for that from following post.

Creating a MSSticker with a remote image

But now i want to load sticker image with lazy loading, can i add loader in each sticker cell until image load from remote url.

1

There are 1 answers

1
Prateek Sujaina On

Yes you can show loader on each cell and hit the remote url to load the image.

Async image loading from url inside a UITableView cell - image changes to wrong image while scrolling