|
@@ -59,7 +59,7 @@ let processor = DownsamplingImageProcessor(size: imageView.size)
|
|
|
>> RoundCornerImageProcessor(cornerRadius: 20)
|
|
>> RoundCornerImageProcessor(cornerRadius: 20)
|
|
|
imageView.kf.indicatorType = .activity
|
|
imageView.kf.indicatorType = .activity
|
|
|
imageView.kf.setImage(
|
|
imageView.kf.setImage(
|
|
|
- with: resource,
|
|
|
|
|
|
|
+ with: url,
|
|
|
placeholder: UIImage(named: "placeholderImage"),
|
|
placeholder: UIImage(named: "placeholderImage"),
|
|
|
options: [
|
|
options: [
|
|
|
.processor(processor),
|
|
.processor(processor),
|