-
[UIKit] fullScreen Modal (SwiftUI - fullScreenCover)Swift/SwiftUI 2023. 5. 13. 22:36
// RootViewController let destination = StackViewController() destination.modalPresentationStyle = .fullScreen self.present(destination, animated: true) // StackViewController() self.dismiss(animated: true)
'Swift > SwiftUI' 카테고리의 다른 글
[SwiftUI] Data 로 Lottie 보여주기 (0) 2023.05.18 [SwiftUI] UITableViewCell SwiftUI 로 그리기 (0) 2023.05.17 [SwiftUI] 화면에 구멍 뚫기 - .mask (iOS 15 부터) (0) 2023.05.02 [SwiftUI] Preview 에서 Transition Animation 보기 (0) 2023.04.30 [SwiftUI] onChange 는 같은 값이 재할당되어도 호출될까? (0) 2023.04.29