質問編集履歴
1
タイポ修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
let imageHeight = imageWidth*5/9
|
15
15
|
let processor = ResizingImageProcessor(referenceSize:
|
16
16
|
CGSize(width:imageWidth,height:imageHeight),mode: .aspectFill)
|
17
|
-
markerImageView.kf.setImage(with: URL(string:
|
17
|
+
markerImageView.kf.setImage(with: URL(string: imageUrl),options: [.processor(processor)])
|
18
18
|
}
|
19
19
|
```
|
20
20
|
### 実際の挙動
|