-
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: 지도 탭 업로드 vip 구현 #229
Conversation
self.router?.routeToEditVideo() | ||
self.videoPickerManager.phPickerViewController.dismiss(animated: true) |
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.
이거 화면 전환 먼저하고 dismiss 하는 부분 dismiss completion으로 처리안해도 안꼬이나요?
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.
문제는 없는데 로직상 dissmiss하고 라우팅하는게 나을 것 같아서 순서 바꿔두겠습니당!
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.
기존에 확인한 업로드 로직을 확인해서 Approve 하겠습니다!
위 질문만 답해주세요
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.
변경된 부분 확인했습니다✅
화면 전환 순서 수정, 불필요한 self 제거
🧑🚀 PR 요약
해당 pr에서 작업한 내역을 적어주세요.
videoPickerManager
로 분리해서 하도록 했어요!videoPickerManager
가PHPickerViewControllerDelegate
채택videoPickerManager
의VideoPickerDelegate
채택PHPickerViewControllerDelegate
내부에서VideoPickerDelegate
함수 호출📸 ScreenShot
작동, 구현화면
RPReplay_Final1701863448.MP4
Linked Issue
close #225