Skip to content

Instantly share code, notes, and snippets.

View Bartozo's full-sized avatar

Bartosz Bartozo

View GitHub Profile
@davidepedranz
davidepedranz / MyApp.swift
Last active April 15, 2023 12:40
[SwiftUI + TCA] Programmatic sheet dismissal
///
/// Demo application based on SwiftUI and The Composable Architecture (TCA)
/// that shows a possible approach to programmativally dismiss sheets.
///
/// Is this approach the best one? Fedback wanted :pray:
///
import ComposableArchitecture
import SwiftUI