ImageWithActivityIndicator
ImageWithActivityIndicator is a SwiftUI view that download and display image from URL and displaying Activity Indicator while loading.
ScreenShots
Demo app ImageWithActivityIndicatorDemo.
Installation
ImageWithActivityIndicator
is a Swift Package and you can install it with Xcode 11:
- Copy SSH
git@github.com:AliAdam/ImageWithActivityIndicator.git
or HTTPShttps://github.com/AliAdam/ImageWithActivityIndicator.git
URL from github; - Open File/Swift Packages/Add Package Dependency... in Xcode 11;
- Paste the URL and follow steps.
Usage
ImageWithActivityIndicator
must be initialized with a URL and optional placeholder image.
Using in a view:
Using in a list: