Skip to content

Commit

Permalink
[Feat] Keyneez#46 - 검색 탭 좋아요 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
kpk0616 committed Jan 13, 2023
1 parent a23b1e7 commit 9c9d371
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: 이미지, 버튼 값 변경
}
Expand Down

0 comments on commit 9c9d371

Please sign in to comment.