반응형
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 |
Tags
- nestjs
- vim
- URL(string:)
- Creating Operators
- IOS
- Bug
- Operators
- SWIFT
- @Binding
- typeorm
- ios14
- @State
- operator
- init
- RxSwift
- @Environment
- NavigationLink
- subject
- RFC1738/1808
- Operater
- dismiss
- SwiftUI
- RxCocoa
- nonisolated
- graphql
- swift6
- @EnvironmentObject
- init?
- NullObject
- Xcode
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