質問するログイン新規登録

質問編集履歴

1

タイポ修正

2020/09/01 07:36

投稿

locking
locking

スコア24

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: marker.image),options: [.processor(processor)])
17
+ markerImageView.kf.setImage(with: URL(string: imageUrl),options: [.processor(processor)])
18
18
  }
19
19
  ```
20
20
  ### 実際の挙動