-
Notifications
You must be signed in to change notification settings - Fork 2
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를 구현한다 #59
Comments
hsw1920
added a commit
that referenced
this issue
Nov 20, 2024
- 필요한 의존성 설정 - DomainTesting, DomainInterface
hsw1920
added a commit
that referenced
this issue
Nov 20, 2024
hsw1920
added a commit
that referenced
this issue
Nov 20, 2024
- StickerObject의 DataSource를 관리하는 StickerObjectListSubject를 두었습니다. - StickerImage를 다루는 Output, StickerObject를 다루는 Output을 분리하였습니다. - ViewController에서 StickerImage와 Rect를 통해 StickerObject가 들어오면 append하는 Input을 두었습니다.
hsw1920
added a commit
that referenced
this issue
Nov 20, 2024
플로우 설명 - StickerImage가 들어오면 StickerObject를 생성하여 ViewModel에게 전달합니다. - ViewModel의 StickerObject DataSource를 구독하여 이 데이터들을 통해 StickerImageView를 그릴 수 있습니다. - UUID를 통해 CanvasView의 ImageView의 Subview의 index를 Dictionary로 관리합니다. - Dictionary를 통해 새롭게 생성된 StickerObject, 변경될 StickerObject를 판별하여 해당 데이터로 StickerImageView를 새로 생성하거나 업데이트할 수 있습니다.
hsw1920
added a commit
that referenced
this issue
Nov 21, 2024
Co-authored-by: Youngkyu Song <[email protected]>
hsw1920
added a commit
that referenced
this issue
Nov 21, 2024
Co-authored-by: Youngkyu Song <[email protected]>
hsw1920
added a commit
that referenced
this issue
Nov 21, 2024
…photo-guest-ui [FEAT/#59] EditPhotoRoomGuestView UI 및 스티커 생성 로직 구현
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: