티스토리 뷰
Button(){}.sheet(isPresented: $showModal) { ModalView() }

Modal에서 dismiss하기
@Enviroment(\.presentationMode) var presentationMode
Button(action: { self.presentationMode.wrappedValue.dismiss() } { }

'macOS, iOS' 카테고리의 다른 글
| swift compiler version 바꾸기 (0) | 2020.01.09 |
|---|---|
| Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.3 compiler 에러 해결하기 (0) | 2020.01.09 |
| enum의 rawValue (0) | 2020.01.08 |
| [iOS] Xcode Target 분리하기 (1) | 2020.01.08 |
| [iOS] @EnvironmentObject 써서 view들 사이의 data 공유하기 (0) | 2020.01.07 |