반응형
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
- NullObject
- RFC1738/1808
- SWIFT
- swift6
- nestjs
- init
- graphql
- operator
- Bug
- dismiss
- subject
- Operators
- @Binding
- Creating Operators
- @State
- IOS
- @Environment
- NavigationLink
- typeorm
- RxSwift
- RxCocoa
- ios14
- Operater
- nonisolated
- init?
- SwiftUI
- URL(string:)
- Xcode
- @EnvironmentObject
- vim
Archives
- Today
- Total
목록IOS15 (1)
Tunko Development Diary
iOS13,14,15 네비게이션 바 투명 상태 처리
iOS15 업데이트 이후 스토리보드 기반으로 개발된 앱에서 네비게이션 처리가 투명이 되어 겹치는 현상이 발생했다. 아래 코드로 수정 완료. appDelegate.swiat application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions if #available(iOS 13, *) { let appearance = UINavigationBarAppearance() appearance.configureWithOpaqueBackground() //appearance.titleTextAttributes = [.foregroundColor: UIColor.black] appearance.backgroundColor = UIC..
Development/iOS 개발
2021. 9. 23. 12:46