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
- swift documentation
- tableView
- UICollectionView
- 클린 코드
- UITextView
- HIG
- collectionview
- SWIFT
- uiscrollview
- 애니메이션
- 스위프트
- combine
- Clean Code
- ribs
- 리펙토링
- rxswift
- ios
- Refactoring
- Human interface guide
- RxCocoa
- 리팩토링
- 리펙터링
- MVVM
- clean architecture
- Observable
- uitableview
- swiftUI
- Xcode
- Protocol
- map
Archives
- Today
- Total
목록statusBarHeight (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] NavigationController없이 NavigationBar 추가 방법, 색상 변경, statusBarHeight
NavigationBar의 세가지 색상 tintColor: navigation items들에 적용되는 컬러 (rightBarButtonItem, leftBarButtonItem) backgroundColor: navigationBar의 superView를 의미 barTintColor: navigationBar를 의미 navigationBar의 색상을 변경하고 싶은 경우 barTintColor사용 색상 지정 방법 naviBar.backgroundColor = .systemBackground를 설정해도 navigatinoBar의 색상이 gray가 남은 이유 반투명도가 default로 설정되어 있기 때문 반투명도 제거 naviBar.isTranslucent = false naviBar.backgroundCol..
iOS 응용 (swift)
2021. 6. 20. 02:04