-
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/NST-13] group member 화면 구현완료 #36
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.
잘 짰는데요~?
.subscribe(onNext: { [weak self] group in | ||
self?.rootView.groupProfileImageView.image = .imgProfileFilled // api 연결시 변경 | ||
self?.rootView.groupNameLabel.text = group.name | ||
self?.rootView.groupMemberTotalLabel.text = "그룹 멤버 \(group.membersCount)" | ||
self?.rootView.groupMemberLabel.text = "멤버 (\(group.membersCount)/50)" | ||
}) |
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.
guard let self = self else { return }
을 활용하는 건 어떤가요~?
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.
LGTM Let's go
🔥 Issue
close #34
🔥 PR Point
그룹 멤버 화면을 구현했습니다
폰트 기강도 잡았어요~~~
NSTDateUtility 관련된 내용은 이전 PR과 동일한테 이전에 컨플릭트 해결하면서 반영이 안 된 듯 합니다 ,, 변경사항은 따로 없습니당
다들파이팅 ㅋㅋ
🔥 ScreenShot
🔥 Reference