Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Last active May 17, 2022 15:00
Show Gist options
  • Save meyusufdemirci/7232733613e9c1dccc1d1e77a47fb31d to your computer and use it in GitHub Desktop.
Save meyusufdemirci/7232733613e9c1dccc1d1e77a47fb31d to your computer and use it in GitHub Desktop.
Dynamic Alert and Sheet Article
class ViewModel: ObservableObject {
@Published var alert: AlertContainer?
@Published var sheet: SheetContainer?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment