Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Last active May 17, 2022 14:58
Show Gist options
  • Save meyusufdemirci/7ed4508006d5f5ebdf6c90682f633390 to your computer and use it in GitHub Desktop.
Save meyusufdemirci/7ed4508006d5f5ebdf6c90682f633390 to your computer and use it in GitHub Desktop.
Dynamic Alert and Sheet Article
struct AlertContainer: Identifiable {
let id = UUID()
let alert: Alert
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment