Although Xcode Previews is quickly becoming the go-to development tool for quick iterations and prototyping when building SwiftUI views, there are still situations when firing up a Swift playground can be the quickest and easiest way to try out a new UI idea.
Kategorie: Uncategorized
Sharing information between iOS app and an extension
Toller Artikel wie man Daten zwischen einer iOS-App und einer Extension, z.B. einem Widget, austauschen kann.