UIContainerViewControllerProtectedMethods extension
UIContainerViewControllerProtectedMethods
Properties
- childViewControllerForStatusBarHidden → UIViewController?
-
Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension
childViewControllerForStatusBarHiddenno setter - childViewControllerForStatusBarStyle → UIViewController?
-
Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension
childViewControllerForStatusBarStyleno setter - childViewControllerForUserInterfaceStyle → UIViewController?
-
Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension
childViewControllerForUserInterfaceStyleno setter - childViewControllers → NSArray
-
Available on UIViewController, provided by the UIContainerViewControllerProtectedMethods extension
childViewControllersno 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: