質問編集履歴
1
タイポ修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
CGSize(width:imageWidth,height:imageHeight),mode: .aspectFill)
|
32
32
|
|
33
|
-
markerImageView.kf.setImage(with: URL(string:
|
33
|
+
markerImageView.kf.setImage(with: URL(string: imageUrl),options: [.processor(processor)])
|
34
34
|
|
35
35
|
}
|
36
36
|
|