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

재생목록 화면 Drag로 dismiss 시 검은 배경이 보여짐 #800

Closed
baekteun opened this issue Jul 17, 2024 · 4 comments · Fixed by #859
Closed

재생목록 화면 Drag로 dismiss 시 검은 배경이 보여짐 #800

baekteun opened this issue Jul 17, 2024 · 4 comments · Fixed by #859
Labels
1️⃣ Priority: High 우선순위 상 🐞 Bug 버그 관련

Comments

@baekteun
Copy link
Member

설명

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-07-18.at.01.13.16.mp4

추가사항

No response

@baekteun baekteun added 1️⃣ Priority: High 우선순위 상 🐞 Bug 버그 관련 labels Jul 17, 2024
@KangTaeHoon
Copy link
Contributor

이거, 재생목록 present 스타일이 overFullScreen에서 fullScreen으로 변경되어서 그래요. (뷰컨 라이프사이클이 돌아야 하는 화면이 있어서 변경했음)
사실 드래그 기능이 네비게이션 바 있는부분만 동작하는 한정된 기능인데, 드래그 dismiss 기능을 빼는게 좋겠습니다.

@baekteun
Copy link
Member Author

엇 드래그 기능 나름 사용성에 좋을거같은데 그냥 빼도 괜찮으려나요? 어 물론 제가 제스쳐 기반으로 행동을 많이 해서 그런걸 수도 있긴한데..

@KangTaeHoon
Copy link
Contributor

아니면, showBottomSheet() 바텀시트 유틸 이용해서 프레젠트 하는것도 방법이겠네요.
showBottomSheet(content: playlistViewController, size: .fixed(APP_HEIGHT()))

@KangTaeHoon
Copy link
Contributor

아니면, showBottomSheet() 바텀시트 유틸 이용해서 프레젠트 하는것도 방법이겠네요. showBottomSheet(content: playlistViewController, size: .fixed(APP_HEIGHT()))

아,, 이것도 오버풀스크린인걸로

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1️⃣ Priority: High 우선순위 상 🐞 Bug 버그 관련
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants