-
Notifications
You must be signed in to change notification settings - Fork 2
[FEAT/#72] 스티커 바텀 시트 추가 및 스티커 선택 추가 기능 구현 #98
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
Conversation
Co-Authored-By: Kiyoung <121777185+Kiyoung-Kim-57@users.noreply.github.com> Co-Authored-By: Youngkyu Song <ace_lephant@naver.com> Co-Authored-By: seuhong <66902876+hsw1920@users.noreply.github.com>
- 중간, 최대로 뜰 수 있도록 수정
- 이미지가 올라올 영역은 빨간색으로 표시 - 하프모달과 fullModal 둘 다 되도록 설정 - 영역 체크를 위해 설정해둔 임시 컬러들을 제거
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomGuestViewController.swift
Show resolved
Hide resolved
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomGuestViewController.swift
Outdated
Show resolved
Hide resolved
...Layer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomHostViewController.swift
Show resolved
Hide resolved
...ationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomHostViewModel.swift
Outdated
Show resolved
Hide resolved
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerBottomSheetViewController.swift
Outdated
Show resolved
Hide resolved
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerBottomSheetViewController.swift
Outdated
Show resolved
Hide resolved
...tionLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerBottomSheetViewModel.swift
Show resolved
Hide resolved
hsw1920
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.
고생하셨습니다 ! 몇몇 부분만 수정 부탁드립니다.
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomGuestViewController.swift
Show resolved
Hide resolved
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerBottomSheetViewController.swift
Outdated
Show resolved
Hide resolved
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerBottomSheetViewController.swift
Show resolved
Hide resolved
...esentationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerCollectionView.swift
Show resolved
Hide resolved
...tationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerCollectionViewCell.swift
Show resolved
Hide resolved
youn9k
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.
궁금한 부분들 코멘트 몇개 달아뒀어요! 고생하셨씁니다ㅎㅎ
Kiyoung-Kim-57
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.
LGTM!! 고생하셨습니다!
...ayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/StickerBottomSheetViewController.swift
Outdated
Show resolved
Hide resolved
- delegate 순환 참조 방지

🤔 배경
📃 작업 내역
✅ 리뷰 노트
emojiList와 관련된 코드의 일부를
StickerBottomSheetViewController와StickerBottomSheetViewModel로 옮겨왔습니다.총 두번의 delegate 패턴을 사용하게 되는데, 혹시라도 현재 구현된 방식이 팀의 MVVM + Combine 패턴에 맞지 않다면 말씀주시면 감사하겠습니다!
🎨 스크린샷
🚀 테스트 방법
EditPhotoRoomFeatureDemo를 실행 해주세요