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.
Blog
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.
Läuft die App im Simulator?
Manchmal ist es bei der Entwicklung mit SwiftUI praktisch, bestimmte Views nur dann anzuzeigen wenn die App im Simulator läuft. Dies kann man mit folgendem Code einfach erreichen:
How to use NSFetchedResultsController with SwiftUI
How to use NSFetchedResultsController with SwiftUI
Introduction to using Core Data with SwiftUI
Updated for Xcode 12.5 Introduction to using Core Data with SwiftUI
Farbe eines TabBar-Icons ändern
Internet-Verbindung prüfen
https://www.hackingwithswift.com/example-code/networking/how-to-check-for-internet-connectivity-using-nwpathmonitor