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