SwiftUI에서 하나의 뷰에서 여러 종류의 Alert를 띄워주려면 어떻게 해야하나요? #82
Answered
by
M1zz
M1zz
asked this question in
무엇이든 물어보세요!
Replies: 1 comment
-
위와 같은 코드로 해결했습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
M1zz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
한 view에 여러가지 .alert() 를 붙일 경우 alert 자체가 먹통이 되어서 trigger를 동작해도 아무 반응이 없는데요
그래서 현재 한 view에서 하나의 alert만 사용하는 형태입니다
하지만 하나의 view에서 여러가지 alert를 상황에 맞게 띄어주고 싶을때 여러분들은 어떻게 해결하시나요?
Beta Was this translation helpful? Give feedback.
All reactions