
Opening multiple files in a single SwiftUI document on macOS
I’ve recently been dipping my toes into SwiftUI for the first time, with my first project being a document based app using the SwiftUI lifecycle. This post assumes you’re already familiar with the basics of writing a document based SwiftUI app. My app lets you drag multiple photos into a document and has a basic photo browser for viewing the photos and various control for doing stuff with them...
I’ve recently been dipping my toes into SwiftUI for the first time, with my first project being a document based app using the SwiftUI lifecycle. This post assumes you’re already familiar with the basics of writing a document based SwiftUI app. My app lets you drag multiple photos into a documen...