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