반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- dictionary
- Swift
- LazyHStack
- Firebase
- subscript
- autolayout
- WebView
- RxSwift
- remote config
- UITabBarController
- 문자열
- Apple
- UIScrollView
- string
- Alamofire
- 라이트모드
- Android
- SwiftLint
- github
- 웹뷰
- swipe
- Observable
- Java
- UIButton
- 다크모드
- Realtime Database
- SwiftUI
- NavigationLink
- ios
- gcd
Archives
- Today
- Total
목록다크모드 (2)
점진적 과부하 개발 블로그

Swift 다크모드 라이트모드 구분하기 다크모드 && 라이트모드 구분하기 if self.traitCollection.userInterfaceStyle == .dark { // 다크 모드 } else { // 라이트 모드 }
Swift
2023. 7. 12. 13:48