Open toanbv-fabbi opened 1 year ago
Hi @toanbv-fabbi, thanks for your question. There's been a little discussion of this previously: I'd really like to provide a nice API for switching out the current view with a transition but unfortunately there are some limitations to SwiftUI's transition API that have so far prevented me from doing so.
thanks @johnpatrickmorgan
Could you suggest me how to make transition like "flipHorizontal" on SwiftUI?
vc.modalTransitionStyle = .flipHorizontal
I want to customize transition between View like UIViewController Please help me