Closed johncodeos closed 8 years ago
Hi @JEKos, good question. Moa does not have any specific code for that. However, it can be done by setting a placeholder image to the image view which will be replaced by the image from the network when it arrives. For example:
imageView.image = placeholderImage
imageView.moa.url = "https://site.com/image.jpg"
Thanks!
Hi, Moa has the feature to add placeholder image until image download complete ?