diff --git a/FittedSheets/SheetViewController.swift b/FittedSheets/SheetViewController.swift index 89a54d4..de36e90 100644 --- a/FittedSheets/SheetViewController.swift +++ b/FittedSheets/SheetViewController.swift @@ -54,6 +54,10 @@ public class SheetViewController: UIViewController { public var childViewController: UIViewController { return self.contentViewController.childViewController } + + public override var childForStatusBarStyle: UIViewController? { + childViewController + } public static var hasBlurBackground = false public var hasBlurBackground = SheetViewController.hasBlurBackground {