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
- rxswift
- 클린 코드
- tableView
- uiscrollview
- Clean Code
- swiftUI
- collectionview
- UICollectionView
- HIG
- Refactoring
- SWIFT
- clean architecture
- 스위프트
- ribs
- UITextView
- uitableview
- 애니메이션
- 리펙토링
- Protocol
- combine
- swift documentation
- RxCocoa
- Human interface guide
- MVVM
- ios
- 리펙터링
- map
- Observable
- 리팩토링
- Xcode
Archives
- Today
- Total
목록AppAppearance (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 전역적으로 TabBar, NavigationBar 색상 변경 방법 (AppAppearance, appearance)
apperance() 메소드 네비게이션: UINavigationBar.appearance() 탭바: UITabBar.appearance() AppDelegate에서 전역적으로 세팅 AppAppearance.setupAppearance()으로 접근 final class AppAppearance { static func setupAppearance() { ... } } UINavigationBar.appearance() 배경: UINavigationBar.appearance().backgroundColor = UIColor.darkGray 타이틀 색상: UINavigationBar.appearance().titleTextAttributes = [NSAttributedString.Key.foregroundCo..
iOS 응용 (swift)
2021. 10. 13. 03:30