For this application, we propose an implementation to build only the screen with SwiftUI
.
Screen transitions are controlled by UIKit (UIHostingController)
.
Receives only screen transition operations from ViewModel
.
Logic is implemented in MVVM
.
(However, this does not have to be MVVM.)