[fix/#169] 2차 QA 반영 - #170
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
행간 익스텐션이라니!! 넘 고능하고 좋다. 이렇게 디자인 디테일까지 다 구현해나가는 짱마듀 🫶 최고마듀!! 고생했어요오 |
sangyup12
left a comment
There was a problem hiding this comment.
디테일까지 챙겨주시다니 고생많으셨습니다!!
🌳 작업한 브랜치
✅ 작업한 내용
행간 익스텐션을 만들고 필요한 부분에 적용합니다
// UILabel+.swfit func setLineHeightText( _ text: String, font: UIFont, lineHeightRatio: CGFloat ) { self.font = font let paragraphStyle = NSMutableParagraphStyle() paragraphStyle.minimumLineHeight = font.pointSize * lineHeightRatio paragraphStyle.maximumLineHeight = font.pointSize * lineHeightRatio attributedText = NSAttributedString( string: text, attributes: [ .font: font, .foregroundColor: textColor as Any, .paragraphStyle: paragraphStyle ] ) }-->
설정 탭의 1:1 문의하기, 탈퇴하기, 운동 기록 탭 에러 모달
총 세 곳에 있었던 여러 줄 텍스트에 적용해두엇어엽
📷 Screenshots
💬 To Reviewers
2차는 정말 거의 없엇네엽 ㅎㅎ
짱마듀가 잘햇다는 뜻이겟지///