You can combine both placeholder and indicator at the same time. Which showing the indicator (like Activity) during loading, show the error placeholder when failed.
Design
The .delayPlaceholder will only show placeholder when load failed (image == nil && !isLoading).
Update the Example to show the usage as well.
Use Case
You can combine both placeholder and indicator at the same time. Which showing the indicator (like Activity) during loading, show the error placeholder when failed.
Design
The
.delayPlaceholder
will only show placeholder when load failed (image == nil && !isLoading).