Three ways to render a SwiftUI view in a playground

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.

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:

Internet-Verbindung prüfen

https://www.hackingwithswift.com/example-code/networking/how-to-check-for-internet-connectivity-using-nwpathmonitor

Veröffentlicht am
Kategorisiert in SwiftUI Verschlagwortet mit