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

기록소 등록하는 첫 화면 UI 구현 #112

Merged
merged 4 commits into from
Dec 1, 2024

Conversation

Kyxxn
Copy link
Collaborator

@Kyxxn Kyxxn commented Dec 1, 2024

#️⃣ 연관된 이슈


⏰ 작업 시간

예상 시간 실제 걸린 시간
1 2

📝 작업 내용

  • MHRegisterView를 만들어서 "기록소" 글자를 담았습니다
  • TextField에는 클로저로 액션을 넘겨줬습니다

📸 스크린샷

로그인화면 구현

@Kyxxn Kyxxn added the 🎨 Design 에셋, 컴포넌트 작업 label Dec 1, 2024
@Kyxxn Kyxxn added this to the 0.5 milestone Dec 1, 2024
@Kyxxn Kyxxn self-assigned this Dec 1, 2024
@Kyxxn Kyxxn linked an issue Dec 1, 2024 that may be closed by this pull request
let textField = UITextField()
textField.font = registerFont

var attributedText = AttributedString(stringLiteral: "ex) 영현")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

확실히 예뻐졌네요 ^ㅇ^

Copy link
Collaborator

Choose a reason for hiding this comment

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

인정합니다. 빛

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
var attributedText = AttributedString(stringLiteral: "ex) 영현")
var attributedText = AttributedString(stringLiteral: "ex) 효준")

음 확실히 "효준"이 더 예뻐보이네요 ^^ 바꾸시죠

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Resolve 처리하겠습니다 수고요 ㅎㅎ

image

Copy link
Collaborator

Choose a reason for hiding this comment

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

제..의견..무시.........흑흑

Copy link
Collaborator

@yuncheol-AHN yuncheol-AHN left a comment

Choose a reason for hiding this comment

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

구뜨 ~
훨씬 깔끔해졌네요 ~!

let textField = UITextField()
textField.font = registerFont

var attributedText = AttributedString(stringLiteral: "ex) 영현")
Copy link
Collaborator

Choose a reason for hiding this comment

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

인정합니다. 빛

Copy link
Collaborator

@k2645 k2645 left a comment

Choose a reason for hiding this comment

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

PlaceHolder만 바꾸면 "완-벽" 한 코드인데 아쉽네요 🥵

@Kyxxn Kyxxn merged commit bf7fb5e into develop Dec 1, 2024
2 checks passed
@Kyxxn Kyxxn deleted the feature/draw-register-view branch December 1, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Design 에셋, 컴포넌트 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

기록소 입력 UI Layout Season2
3 participants