iOS - Swift
[swift] 다크모드일때 상태바 글자 안보이는 오류
야라라라
2023. 7. 19. 14:34
반응형
SMALL
info.plist에
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
추가 후
xcode 프로젝트 내 target > general > deployment info > statusbar style 을 dark content로 변경
완료~
반응형
LIST