Skip to content

Instantly share code, notes, and snippets.

View Eronred's full-sized avatar
🔮
Building

Erencan Arica Eronred

🔮
Building
View GitHub Profile
@jordansinger
jordansinger / macOS.swift
Last active November 17, 2024 02:37
macOS SwiftUI Playgrounds code
import SwiftUI
import PlaygroundSupport
struct Desktop: View {
var body: some View {
ZStack {
// Image(uiImage: #imageLiteral(resourceName: "IMG_6281.JPG"))
Color(UIColor.systemBlue)
macOS()
}