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