From 9c9d371b2e79dc24b950390355efb56693d0e45a Mon Sep 17 00:00:00 2001 From: kpk0616 Date: Fri, 13 Jan 2023 22:39:50 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20#46=20-=20=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=ED=83=AD=20=EC=A2=8B=EC=95=84=EC=9A=94=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Keyneez/Tab/Home/Views/HomeSearchCollectionViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Keyneez/Keyneez/Tab/Home/Views/HomeSearchCollectionViewCell.swift b/Keyneez/Keyneez/Tab/Home/Views/HomeSearchCollectionViewCell.swift index f7e211b..606ba94 100644 --- a/Keyneez/Keyneez/Tab/Home/Views/HomeSearchCollectionViewCell.swift +++ b/Keyneez/Keyneez/Tab/Home/Views/HomeSearchCollectionViewCell.swift @@ -64,6 +64,7 @@ extension HomeSearchCollectionViewCell { titleLabel.text = model.contentTitle dateLabel.text = setDateLabel(startAt: model.startAt, endAt: model.endAt) searchContentId = model.contentKey + likeButton.isSelected = model.liked guard let url = URL(string: model.contentImg ?? "") else { return } // TODO: 이미지, 버튼 값 변경 }