Skip to content

[Feature] 유저는 홈 화면에서 리스트를 탭하면 해당 영상의 화면으로 이동 하여 재생된 영상을 볼 수 있다#60

Merged
kdn0325 merged 7 commits intodevfrom
feature/home-to-player-navigation
Jun 13, 2025
Merged

[Feature] 유저는 홈 화면에서 리스트를 탭하면 해당 영상의 화면으로 이동 하여 재생된 영상을 볼 수 있다#60
kdn0325 merged 7 commits intodevfrom
feature/home-to-player-navigation

Conversation

@kdn0325
Copy link
Copy Markdown
Collaborator

@kdn0325 kdn0325 commented Jun 13, 2025

  • 코어데이터 리스트에서 받아온 데이터를 탭하면 PlayerView로 이동 후 재생
  • 자동 재생이므로 초기값을 true로 변경
  • 더미데이터 영상 URL을 데이터 URL로 변경

@korbit-ai
Copy link
Copy Markdown

korbit-ai Bot commented Jun 13, 2025

You've used up your 5 PR reviews for this month under the Korbit Starter Plan. You'll get 5 more reviews on June 22nd, 2025 or you can upgrade to Pro for unlimited PR reviews and enhanced features in your Korbit Console.

@kdn0325 kdn0325 requested review from TeddKo, giseungNoh, jihyeonjjang and vinyl-nyl and removed request for vinyl-nyl June 13, 2025 13:18
@kdn0325 kdn0325 changed the title Feature/home to player navigation [Feature] 유저는 홈 화면에서 리스트를 탭하면 해당 영상의 화면으로 이동 하여 재생된 영상을 볼 수 있다 Jun 13, 2025
func setupPlayer(with urlString: String) {
guard let videoURL = URL(string: urlString) else {
print("Error: Invalid URL string.")
return
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

좋습니다 👍

Copy link
Copy Markdown
Collaborator

@vinyl-nyl vinyl-nyl left a comment

Choose a reason for hiding this comment

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

URL 불러오는 부분 잘 바꿔주셨네요!

Copy link
Copy Markdown
Collaborator

@giseungNoh giseungNoh left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Copy link
Copy Markdown
Collaborator

@jihyeonjjang jihyeonjjang left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@kdn0325 kdn0325 merged commit c82e2a0 into dev Jun 13, 2025
@kdn0325 kdn0325 deleted the feature/home-to-player-navigation branch June 13, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants