Skip to content

Commit

Permalink
[Hotfix] #430 - kf.setImage -> setImage 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwogus0128 committed Nov 7, 2024
1 parent b4fa968 commit c1da9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ extension ListDetailVC {
guard self.sceneType != .none else { return }

if let imageURL = URL(string: model.image) {
self.missionImageView.kf.setImage(with: imageURL)
self.missionImageView.setImage(with: imageURL.absoluteString)
}
self.missionDateTextField.setText(with: model.activityDate)
self.missionDateTextField.setIsEnabled(false)
Expand Down

0 comments on commit c1da9a3

Please sign in to comment.