Posts

Post not yet marked as solved
0 Replies
625 Views
I have a UIKit view which I had to present from SwiftUI view covering the fullscreen, in iOS 13 there is only "sheet" property is present which works as an overlay. In iOS 14, there is "fullScreenCover" property to present a SwiftUI view on full screen. Is there any alternative to do the same in iOS 13?
Posted Last updated
.