반응형
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
- nonisolated
- @Environment
- Operater
- nestjs
- init
- ios14
- typeorm
- Xcode
- vim
- IOS
- operator
- @EnvironmentObject
- subject
- init?
- URL(string:)
- @State
- Creating Operators
- dismiss
- Operators
- NavigationLink
- RFC1738/1808
- SwiftUI
- graphql
- swift6
- RxCocoa
- @Binding
- RxSwift
- NullObject
- Bug
Archives
- Today
- Total
목록Fierbase (1)
Tunko Development Diary
[iOS][SwfitUI] SwiftUI life cycle에서 AppDelegate사용하기
Fierbase 등 프레임워크를 초기화해야 되는데 AppDelegate에서밖에 할 수 없는 상황이 나온다. 이때는 아래 코드로 처리하면 된다. import SwiftUI class AppDelegate: NSObject, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { print("application is starting up. ApplicationDelegate didFinishLaunchingWithOptions.") return true }..
Development/iOS 개발
2021. 2. 14. 16:39