#ismael
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
Hello 👋
Can you provide more context on what's blocking you from implementing Terminal with SwiftUI?
The terminal delegate methods don't really rely on UIKit or Storyboard as such
@rapid wasp
Well I have been trying non stop to do it but the docs use App Delegates and other pages that don't exist in SwiftUI.
Ah I see.. Hmm I don't think we have any examples for SwiftUI unfortunately.
I vaguely remember that you could add AppDelegate class to a SwiftUI app manually
Exactly you cannot do so easily.
Typically, you'd add the code to appropriate SwiftUI lifecycle method. If that's not enough then this blog post shows how you can add appdelegate to swiftui
https://www.hackingwithswift.com/quick-start/swiftui/how-to-add-an-appdelegate-to-a-swiftui-app
Let me know if that clarifies @rapid wasp
Thanks