iOS ) 네비게이션 바 색깔 바꾸는 방법 / 탭바 색깔 바꾸는 방법
네비게이션/탭 바 색깔 바꾸는 방법 AppDelegate.swift파일에서, 가장 위에 있는 함수. 앱이 실행될때 불리는 함수입니다. 여기서 네비게이션/탭 바의 색깔을 바꿔줄 수 있어요. //Navigation BarUINavigationBar.appearance().barTintColor = UIColor(red: 0, green: 0/255, blue: 205/255, alpha: 1)또는UINavigationBar.appearance().barTintColor = UIColor.blue //Tab BarUITabBar.appearance().barTintColor = UIColor(red: 0, green: 0/255, blue: 205/255, alpha: 1)UITabBar.appearance(..
iOS
2017. 8. 10. 19:55
TAG
- swift 공부
- fastlane
- swift delegate
- WWDC
- 스위프트
- github
- SwiftUI
- 스위프트 문법
- Combine
- iOS delegate
- Swift
- ios 13
- Xcode
- actor
- np-complete
- Accessibility
- WKWebView
- UIBezierPath
- IOS
- np-hard
- swift sort
- FLUTTER
- swift3
- 피아노
- swift array
- Git
- swift tutorial
- 회고
- WidgetKit
- 제이슨 파싱
글 보관함
반응형
- Total
- Today
- Yesterday