Skip to content

Commit

Permalink
Merge pull request #181 from MariyanskiDev/main
Browse files Browse the repository at this point in the history
Add supportedInterfaceOrientations
  • Loading branch information
gordontucker authored Oct 27, 2022
2 parents 888439b + 1d1105e commit a13d429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FittedSheets/SheetViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ public class SheetViewController: UIViewController {
public override var childForStatusBarStyle: UIViewController? {
childViewController
}

public override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
return childViewController.supportedInterfaceOrientations
}

public static var hasBlurBackground = false
public var hasBlurBackground = SheetViewController.hasBlurBackground {
Expand Down

0 comments on commit a13d429

Please sign in to comment.