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

🔀 :: [#142] ModalViewController의 dismiss가 subviews를 눌러도 적용되는 현상 #143

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented Aug 2, 2023

💡 개요

ModalViewController에서 빈화면을 누를때만이 아니라 실제 content가 들어가있는 contentView를 누를때 똑같이 dismiss route를 보내는 현상이 있었음

📃 작업내용

tapGesturePublisher에서 해당 gesture의 view인지 검사

🔀 변경사항

gesture의 touch인식 view를 해당 gesture를 추가한 view인지 검사

@baekteun baekteun merged commit d53bec5 into master Aug 2, 2023
3 checks passed
@baekteun baekteun deleted the 142-modal-gesture-subviews-fix branch August 2, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0️⃣Priority: Critical 우선순위 긴급 🐞 BugFix 버그 해결
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModalViewController에서 interaction이 없는 view를 클릭해도 modal이 dismiss되는 현상 해결
2 participants