일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 알고리즘
- 운영체제
- Codable
- 가상 메모리
- Linked List
- scrollview
- 비동기
- Apple Developer Academy
- 앨런
- COLOR
- SwiftUI
- 동기화
- 오브젝트
- 100 days of SwiftUI
- Algorithm
- UserDefaults
- 데드락
- deadlock
- 인프런
- forEach
- IOS
- async
- 동시성
- 프로세스 스케줄링
- Swift
- struct
- @state
- 상호배제
- decode
- core data
Archives
- Today
- Total
목록UINavigation Appearance (1)
기어가더라도 제대로
[iOS-UIKit] iOS 15.0 이후 navigation bar appearance, status bar
let appearance = UINavigationBarAppearance() appearance.configureWithOpaqueBackground() appearance.backgroundColor = UIColor.nephritis // 원하는 컬러 appearance.largeTitleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white] appearance.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white] UIBarButtonItem.appearance().tintColor = .white // UIBarButtonItem Col..
UIKit 기초
2023. 1. 12. 05:52