Ios swift – How do I force a view to remain in landscape mode in SwiftUI
I'm creating an app and one of the views can only properly display in landscape mode. I need a way to force one specific view to remain in landscape mode without effecting the others. I searched around and found some…