Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/#263 종료된 공연 DIM 처리 변경 및 티켓 상세페이지 자동 하이라이팅 적용 #264

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

longlivedrgn
Copy link
Collaborator

작업한 내용

  • 종료된 공연 DIM 처리 변경 및 티켓 상세페이지 자동 하이라이팅 적용

스크린샷

관련 이슈

@longlivedrgn longlivedrgn self-assigned this Jul 3, 2024
Copy link
Collaborator

@wngus4296 wngus4296 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

바로 확인!!! 빠른 작업 고마워 용재 👍👍 행간 관련해서 코멘트 남겼는데 확인 부탁합니당

make.horizontalEdges.equalTo(self.titleLabel)
make.bottom.equalToSuperview().inset(20)
}
}

func setData(with text: String) {
self.noticeLabel.text = text
self.noticeTextView.text = text
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 아마 textView에 텍스트 height 적용이 안되고 있을 거라서 행간 확인이 필요할 것 같아!!

Suggested change
self.noticeTextView.text = text
self.noticeTextView.text = text
self.noticeTextView.setLineSpacing(lineSpacing: 6)

@longlivedrgn longlivedrgn merged commit 978dd36 into develop Jul 3, 2024
@longlivedrgn longlivedrgn deleted the chore/#263-TicketDIMHighlighting branch July 3, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE] 종료된 공연 DIM 처리 변경 및 티켓 상세페이지 자동 하이라이팅 적용
2 participants