-
Notifications
You must be signed in to change notification settings - Fork 0
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: 유저 프로필 화면 구성 #69
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.
고생하셨습니다. 중간중간 타입 선언이나 프로토콜 extension 안 뺀 부분들이 보이는데 이 부분은 맞춰가면 좋겠어요
|
||
override func viewDidLoad() { | ||
super.viewDidLoad() | ||
setNavigationBar() |
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.
navibar는 viewWillAppear시점에 하는게 낫지 않나요?
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.
지금 상황에서 viewDidLoad에서 호출해줬을때 안좋은 점이나 문제될 만한게 떠오르지 않는데
어떤 점에서 더 좋을지 알려주실 수 있을까요 !
enum ProfileType { | ||
case own | ||
case other | ||
} |
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.
enum 타입으로 구분을 잘해주셨네요👍
clipsToBounds = true | ||
} | ||
|
||
private func setConstraints() { |
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.
view 백그라운드 색상을 바꿔버렸더니, 구분이 안돼서 깜빡하고 호출을 안했네여 수정하겠습니다 !!!
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에서 작업한 내역을 적어주세요.
📌 변경 사항
변경사항 및 주의 사항 (모듈 설치 등)을 적어주세요.
📸 ScreenShot
작동, 구현화면
Linked Issue
close #55