Skip to content

Conversation

MariyanskiDev
Copy link
Contributor

Hello there. In my app some screen supporting different interface orientation like:

override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
        return UIDevice.current.userInterfaceIdiom == .pad ? .all : [.portrait, .portraitUpsideDown]
 }

So I faced with a problem that SheetViewController ignoring supportedInterfaceOrientations of a child

I thinks that should be fair enough if SheetViewController could inherit supported interface orientations of his child

@gordontucker gordontucker merged commit a13d429 into gordontucker:main Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants