Skip to content
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

Merged
merged 6 commits into from
Dec 6, 2023
Merged

feat: 지도 탭 업로드 vip 구현 #229

merged 6 commits into from
Dec 6, 2023

Conversation

anyukyung
Copy link
Member

🧑‍🚀 PR 요약

해당 pr에서 작업한 내역을 적어주세요.

  • 지도탭에 업로드 로직을 연결했습니다
  • 기존 phpicker로 비디오를 picking하는 작업을 videoPickerManager로 분리해서 하도록 했어요!
    • videoPickerManagerPHPickerViewControllerDelegate 채택
    • 사용하는 쪽 뷰컨에서 videoPickerManagerVideoPickerDelegate 채택
    • PHPickerViewControllerDelegate내부에서 VideoPickerDelegate 함수 호출
📸 ScreenShot

작동, 구현화면

RPReplay_Final1701863448.MP4

Linked Issue

close #225

Comment on lines 238 to 239
self.router?.routeToEditVideo()
self.videoPickerManager.phPickerViewController.dismiss(animated: true)
Copy link
Collaborator

@loinsir loinsir Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 화면 전환 먼저하고 dismiss 하는 부분 dismiss completion으로 처리안해도 안꼬이나요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

문제는 없는데 로직상 dissmiss하고 라우팅하는게 나을 것 같아서 순서 바꿔두겠습니당!

Copy link
Collaborator

@loinsir loinsir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기존에 확인한 업로드 로직을 확인해서 Approve 하겠습니다!
위 질문만 답해주세요

Copy link
Collaborator

@chopmozzi chopmozzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

변경된 부분 확인했습니다✅

화면 전환 순서 수정, 불필요한 self 제거
@anyukyung anyukyung merged commit 3f14082 into iOS/dev Dec 6, 2023
1 check passed
@anyukyung anyukyung deleted the iOS/feat#225 branch January 10, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants