Xcode – Return String and display it in NSTextField (SwiftUI / macOS App)
I have the following problem: I want to make an app which displays information about the sun. I have managed to print the Sunrise in the console, however that's not the final goal. I want to display it in an…