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.
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