[Fix] #574 - 상세탐색 모달 올라올 때 배경이 겹쳐 올라오는 현상 해결 #575
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
⭐️Issue
🌟Motivation
layer.maskedCorners프로퍼티로 변경했습니다.🌟Key Changes
문제상황
상새 탐색뷰는 모달 형태로 보여져야 하기 떄문에
presentModalViewController라는 함수에 담겨 호출됩니다.아래 코드를 보면 이미 모달 함수 내 배경색을 정의해주기 때문에 추가적인 배경색을 적용할 필요가 없었습니다.
해결
DetailSearchViewUI 내 배경색을 정의하는 코드가 있어 모달이 올라올 때 배경이 겹쳐 보이는 현상이 발생했습니다.해당 코드를 삭제하여 문제 해결했습니다.
KakaoTalk_Video_2025-05-28-11-13-32.mp4
🌟Simulation
Simulator.Screen.Recording.-.iPhone.13.mini.-.2025-05-28.at.11.21.06.mp4
🌟To Reviewer
나기 감사 👍
🌟Reference