UIContainerViewControllerProtectedMethods extension

UIContainerViewControllerProtectedMethods

on

Properties

childViewControllerForStatusBarHidden UIViewController?

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

childViewControllerForStatusBarHidden
no setter
childViewControllerForStatusBarStyle UIViewController?

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

childViewControllerForStatusBarStyle
no setter
childViewControllerForUserInterfaceStyle UIViewController?

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

childViewControllerForUserInterfaceStyle
no setter
childViewControllers → NSArray

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

childViewControllers
no setter

Methods

addChildViewController(UIViewController childController) → void

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

addChildViewController:
beginAppearanceTransition(bool isAppearing, {required bool animated}) → void

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

beginAppearanceTransition:animated:
endAppearanceTransition() → void

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

endAppearanceTransition
overrideTraitCollectionForChildViewController(UIViewController childViewController) UITraitCollection?

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

overrideTraitCollectionForChildViewController:
removeFromParentViewController() → void

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

removeFromParentViewController
setOverrideTraitCollection(UITraitCollection? collection, {required UIViewController forChildViewController}) → void

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

setOverrideTraitCollection:forChildViewController:
transitionFromViewController(UIViewController fromViewController, {required UIViewController toViewController, required double duration, required UIViewAnimationOptions options, ObjCBlock<Void Function()>? animations, ObjCBlock<Void Function(Bool)>? completion}) → void

Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension

transitionFromViewController:toViewController:duration:options:animations:completion: