Skip to content

Instantly share code, notes, and snippets.

View genebogdanovich's full-sized avatar
🙃

Gene Bogdanovich genebogdanovich

🙃
View GitHub Profile
import SwiftUI
import CoreData
struct ItemHost: View {
@Environment(\.dismiss) private var dismiss
@Environment(\.managedObjectContext) private var childContext
@ObservedObject var item: Item
var body: some View {