Skip to content

Commit

Permalink
✨ 프로필 버튼, 지도 기본 데이터 지정
Browse files Browse the repository at this point in the history
이제 안 어색함
  • Loading branch information
chopmozzi committed Dec 11, 2023
1 parent dadd264 commit ac950c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ final class PlaybackCell: UICollectionViewCell {
playbackView.descriptionView.titleLabel.text = post.board.title
playbackView.descriptionView.setText(post.board.description ?? "")
playbackView.setDescriptionViewUI()
playbackView.profileButton.setImage(UIImage.profile, for: .normal)
playbackView.profileLabel.text = post.member.username
setTagButtons(with: post.tags)
memberID = nil
Expand Down
1 change: 1 addition & 0 deletions iOS/Layover/Layover/Scenes/Playback/PlaybackView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ final class PlaybackView: UIView {
private let locationLabel: UILabel = {
let label: UILabel = UILabel()
label.font = .loFont(type: .body2)
label.text = "이름 모를 곳에서"
label.textColor = UIColor.layoverWhite
return label
}()
Expand Down

0 comments on commit ac950c1

Please sign in to comment.