Initialize the library in AppDelegate and set the delegate method #1359
-
|
I would like to create an AppDelegateCore and use TCA for AppDelegate processing. I tried to initialize the library with didFinishLaunchingWithOptions, but there is a delegate method in the initialization process and I am wondering how to implement it. Please advise me if you have a better way. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Brandon and Stephen actually have an open-source project in the App Store called isowords that may help you here: https://github.com/pointfreeco/isowords/tree/main/Sources/AppFeature. It's certainly no "Hello World" app, but it's something you may find useful :) |
Beta Was this translation helpful? Give feedback.
Brandon and Stephen actually have an open-source project in the App Store called isowords that may help you here: https://github.com/pointfreeco/isowords/tree/main/Sources/AppFeature. It's certainly no "Hello World" app, but it's something you may find useful :)