-
Notifications
You must be signed in to change notification settings - Fork 6
[Fix] #144 - 1차 릴리즈 QA 반영 #150
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
[Fix] #144 - 1차 릴리즈 QA 반영 #150
The head ref may contain hidden characters: "fix/#144-1\uCC28-\uB9B4\uB9AC\uC988-QA-\uBC18\uC601"
Conversation
수정창을 눌렀을 때 현재 닉네임을 입력창에 띄워주는 것으로 변경
해당 뷰에서 바텀네비게이션 제거
일러스트까지 스크롤 영역에 포함되도록 수정 (콜렉션뷰 섹션 분리)
이용약관 노션 연결
lsj8706
left a comment
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.
수고하셨습니다~~👍
| if isSelected { | ||
| activityRecordContainerView.image = ImageLiterals.imgRecordContainerSelected | ||
| } else { | ||
| activityRecordContainerView.image = ImageLiterals.imgRecordContainer | ||
| } |
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.
| if isSelected { | |
| activityRecordContainerView.image = ImageLiterals.imgRecordContainerSelected | |
| } else { | |
| activityRecordContainerView.image = ImageLiterals.imgRecordContainer | |
| } | |
| activityRecordContainerView.image = isSelected ? 이미지1 : 이미지2 |
이렇게 삼항 연산자로도 쓸 수 있을 거 같아요!
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.
감사합니다! 반영했어요!
| func numberOfSections(in collectionView: UICollectionView) -> Int { | ||
| return 2 |
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 Point
📸 스크린샷
생략
📮 관련 이슈