Skip to content

Commit

Permalink
🎨 :: μ½”λ“œ Formatting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Jun 16, 2024
1 parent 722dbb4 commit 252733b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ extension ListResultCell {
titleLabel.text = model.title
creatorLabel.text = model.userName
dateLabel.text = model.date
thumbnailView.kf.setImage(with:URL(string: model.image),placeholder: nil,options: [.transition(.fade(0.2))])
thumbnailView.kf.setImage(with: URL(string: model.image), placeholder: nil, options: [.transition(.fade(0.2))])
}
}

0 comments on commit 252733b

Please sign in to comment.