Commit 2b9652a3 by Orkhan Alikhanov

Added more `childForXXXX` methods

parent 50ecfbec
...@@ -59,6 +59,14 @@ open class TransitionController: ViewController { ...@@ -59,6 +59,14 @@ open class TransitionController: ViewController {
return childForStatusBarStyle return childForStatusBarStyle
} }
open override var childForHomeIndicatorAutoHidden: UIViewController? {
return childForStatusBarStyle
}
open override var childForScreenEdgesDeferringSystemGestures: UIViewController? {
return childForStatusBarStyle
}
/// A reference to the container view. /// A reference to the container view.
@IBInspectable @IBInspectable
public let container = UIView() public let container = UIView()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment