9in-team / iOS

구인팀 iOS 프로젝트 (SwiftUI)
0 stars 0 forks source link

Feature/38 Light/Dark Mode에서 동일한 Appearance로 보이도록 수정 #40

Closed heonha closed 1 year ago

heonha commented 1 year ago

Light/Dark Mode에서 동일한 Appearance로 보이도록 수정 #38

UIHostingController 내 backgroundColor가 작동하지 않아 그래서, 우선 info.plist에 Appearance Light로 반영하여 Pull Request 드립니다.


사실 Dark모드를 사용하지않으니 Appearance를 Light로 fix하는 방법이 가장 좋은 것 같긴합니다. 아래 문제 해결시 추후 Dark Mode 사용하는 앱에서 이 문제를 해결할 때 도움이 될 것 같습니다.

하위계층 HostingViewController의 BackgroundColor가 노출됨

image

View의 하단이 Black색상으로 표현됨

image

close #38

heonha commented 1 year ago

UIHostingController 내 backgroundColor가 작동하지 않아 그래서, 우선 info.plist에 Appearance Light로 반영하여 Pull Request 드립니다.