-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feat] #151 - 메인 뷰 및 팝업 뷰 UI수정 #154
The head ref may contain hidden characters: "feat/#151-\uBA54\uC778\uBDF0-\uD31D\uC5C5\uBDF0-UI\uC218\uC815"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 ! 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 ~ !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
역시 시원하네요~~ 수고하셨슴다!!
title: String, | ||
description: String, | ||
customButtonTitle: String, | ||
customAction: (() -> Void)?) -> AlertViewControllable | ||
func makeNetworkAlertVC() -> AlertViewControllable | ||
func makeNetworkAlertVC(theme: AlertVC.AlertTheme) -> AlertViewControllable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
깔끔한 분기 감사합니다!
@@ -21,7 +21,7 @@ final class UserHistoryHeaderView: UICollectionReusableView { | |||
label.font = UIFont.Main.display2 | |||
label.numberOfLines = 2 | |||
label.textAlignment = .left | |||
label.text = "OOO님은\nSOPT와 D+1234일째" | |||
label.text = "OOO님은\nSOPT와 N개월째" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
알고계시겠지만, 추후에 API가 연결되면
I18N에서 static func을 이용하여 000과 N을 전달 가능합니다!
let attributedText = NSMutableAttributedString(string: text, | ||
attributes: [ | ||
.foregroundColor: DSKitAsset.Colors.white100.color, | ||
.font: UIFont.Main.display2 | ||
]) | ||
attributedText.addAttribute(.font, | ||
value: UIFont.Main.display1, | ||
range: (text as NSString).range(of:"\(name)")) | ||
|
||
attributedText.addAttribute(.font, | ||
value: UIFont.Main.display1, | ||
range: (text as NSString).range(of:"안녕하세요")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요 부분은 함수로 분리해서 재사용 할 수도 있을 것 같아요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분 코드가 너무 길어졌네요! 바로 함수로 분리했습니다!
🌴 PR 요약
🌱 작업한 브랜치
🌱 PR Point
📌 참고 사항
📸 스크린샷
📮 관련 이슈