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 |
Tags
- 리펙터링
- UICollectionView
- ios
- RxCocoa
- uiscrollview
- HIG
- clean architecture
- combine
- Xcode
- 애니메이션
- swift documentation
- 리펙토링
- rxswift
- Clean Code
- ribs
- MVVM
- Refactoring
- Protocol
- UITextView
- tableView
- 스위프트
- 리팩토링
- Human interface guide
- SWIFT
- 클린 코드
- map
- collectionview
- uitableview
- Observable
- swiftUI
Archives
- Today
- Total
목록AppAppearance (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/l6Z8G/btrhAf0RCIR/m1k42AdPQ5A1ZBzkVJ3xy0/img.png)
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